diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-14 02:33:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-14 02:33:30 +0000 |
commit | 120aa76a7f9e4bc20929fa7b8d81a00899c569f6 (patch) | |
tree | 3e93e63959f153096d498db39f986df657ff0eca /include | |
parent | 4f1d9bd8e27e97238520fc7cfa41a653ac6a2111 (diff) | |
download | fsf-binutils-gdb-120aa76a7f9e4bc20929fa7b8d81a00899c569f6.zip fsf-binutils-gdb-120aa76a7f9e4bc20929fa7b8d81a00899c569f6.tar.gz fsf-binutils-gdb-120aa76a7f9e4bc20929fa7b8d81a00899c569f6.tar.bz2 |
formatting fix
Diffstat (limited to 'include')
-rw-r--r-- | include/coff/ChangeLog | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 4326544..cf17074 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -2,29 +2,30 @@ * external.h: New file. Common structure definitions found in other COFF header files. - a29k.h: Use external.h. - apollo.h: Use external.h. - arm.h: Use external.h. - h8300.h: Use external.h. - h8500.h: Use external.h. - i386.h: Use external.h. - i860.h: Use external.h. - ia64.h: Use external.h. - m68k.h: Use external.h. - m88k.h: Use external.h. - mcore.h: Use external.h. - mips.h: Use external.h. - mipspe.h: Use external.h. - powerpc.h: Use external.h. - rs6000.h: Use external.h. - rs6k64.h: Use external.h. - sh.h: Use external.h. - sparc.h: Use external.h. - tic30.h: Use external.h. - tic80.h: Use external.h. - w65.h: Use external.h. - we32k.h: Use external.h. - z8k.h: Use external.h. + + * a29k.h: Use external.h. + * apollo.h: Use external.h. + * arm.h: Use external.h. + * h8300.h: Use external.h. + * h8500.h: Use external.h. + * i386.h: Use external.h. + * i860.h: Use external.h. + * ia64.h: Use external.h. + * m68k.h: Use external.h. + * m88k.h: Use external.h. + * mcore.h: Use external.h. + * mips.h: Use external.h. + * mipspe.h: Use external.h. + * powerpc.h: Use external.h. + * rs6000.h: Use external.h. + * rs6k64.h: Use external.h. + * sh.h: Use external.h. + * sparc.h: Use external.h. + * tic30.h: Use external.h. + * tic80.h: Use external.h. + * w65.h: Use external.h. + * we32k.h: Use external.h. + * z8k.h: Use external.h. 2001-02-09 David Mosberger <davidm@hpl.hp.com> |