Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-14 05:33:30 +0300
committerNick Clifton <nickc@redhat.com>2001-03-14 05:33:30 +0300
commitfc4170850276a4fc3d748164da3c59f53e4bab44 (patch)
treeb835ee28f822e3072dd950d78d0eac66f22607cd /include/coff
parentc77e3e54818ade3449091f33490601ba4ffbc4f4 (diff)
formatting fix
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog47
1 files changed, 24 insertions, 23 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 4326544d4..cf17074ab 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>