diff options
Diffstat (limited to 'gnu/usr.bin/as/config/obj-aout.h')
| -rw-r--r-- | gnu/usr.bin/as/config/obj-aout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/as/config/obj-aout.h b/gnu/usr.bin/as/config/obj-aout.h index 05ad5b3201a4..cca03f6e5896 100644 --- a/gnu/usr.bin/as/config/obj-aout.h +++ b/gnu/usr.bin/as/config/obj-aout.h @@ -17,7 +17,7 @@ License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ + $Id: obj-aout.h,v 1.7 1997/02/22 15:44:22 peter Exp $ */ @@ -168,7 +168,7 @@ typedef struct nlist obj_symbol_type; /* Symbol table entry */ #define H_SET_INFO(h,mag,mid,f,v) \ ( (h)->header.a_info = \ - htonl( (((f)&0x3f)<<26) | (((mid)&0x03ff)<<16) | (((mag)&0xffff)) ) ) + (((f)&0x3f)<<26) | (((mid)&0x03ff)<<16) | (((mag)&0xffff)) ) #endif /* FREEBSD_AOUT */ |
