diff options
author | Phil Blundell <philb@gnu.org> | 2000-05-14 18:53:18 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-05-14 18:53:18 +0000 |
commit | 5e6cbf410d036264fabdb28319642462d470f516 (patch) | |
tree | 51e740c417aef665189d00259213ef45f52d79ce /gas/config/te-i386aix.h | |
parent | 1bde2d57d9502fc3bc7e3f4d420470abd247b47d (diff) | |
download | gdb-5e6cbf410d036264fabdb28319642462d470f516.zip gdb-5e6cbf410d036264fabdb28319642462d470f516.tar.gz gdb-5e6cbf410d036264fabdb28319642462d470f516.tar.bz2 |
Apply David O'Brien's comment patch.
Diffstat (limited to 'gas/config/te-i386aix.h')
-rw-r--r-- | gas/config/te-i386aix.h | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/gas/config/te-i386aix.h b/gas/config/te-i386aix.h index f8f0945..d089010 100644 --- a/gas/config/te-i386aix.h +++ b/gas/config/te-i386aix.h @@ -1,22 +1,16 @@ -/* - * This file is te-i386aix.h and is built from pieces of code from Minh Tran-Le - * <TRANLE@INTELLICORP.COM> by rich@cygnus.com. - */ +/* This file is te-i386aix.h and is built from pieces of code from + Minh Tran-Le <TRANLE@INTELLICORP.COM> by rich@cygnus.com. */ #define TE_I386AIX 1 #include "obj-format.h" -/* - * Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted - * in ascending vaddr. - */ +/* Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted + in ascending vaddr. */ #undef REVERSE_SORT_RELOCS -/* - * Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG - * is not used in the filehdr for COFF output. - */ +/* Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG is + not used in the filehdr for COFF output. */ #define KEEP_RELOC_INFO /* |