Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/file/magdir Pull up revision 1.15 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/4f93280c9b29
branches:  netbsd-1-5
changeset: 490593:4f93280c9b29
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 03 20:05:27 2001 +0000

description:
Pull up revision 1.15 (requested by christos):
  Fix arm32 confusion.

diffstat:

 usr.bin/file/magdir/netbsd |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r ac8ea39e0548 -r 4f93280c9b29 usr.bin/file/magdir/netbsd
--- a/usr.bin/file/magdir/netbsd        Sat Feb 03 20:01:50 2001 +0000
+++ b/usr.bin/file/magdir/netbsd        Sat Feb 03 20:05:27 2001 +0000
@@ -223,9 +223,9 @@
 
 0      belong&0377777777       043600413       NetBSD/arm32 demand paged
 >0     byte                    &0x80
->>20   lelong                  <8192           shared library
->>20   lelong                  =8192           dynamically linked executable
->>20   lelong                  >8192           dynamically linked executable
+>>20   lelong                  <4096           shared library
+>>20   lelong                  =4096           dynamically linked executable
+>>20   lelong                  >4096           dynamically linked executable
 >0     byte                    ^0x80           executable
 >16    lelong                  >0              not stripped
 0      belong&0377777777       043600410       NetBSD/arm32 pure



Home | Main Index | Thread Index | Old Index