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:
authorAlan Modra <modra@gmail.com>2001-09-18 14:00:23 +0400
committerAlan Modra <modra@gmail.com>2001-09-18 14:00:23 +0400
commit09cc7651e5aaef638472003659356e459688e214 (patch)
tree8bd617d7d608d5b2d208c4a5786e11d5e0128856 /include/aout/ChangeLog
parente513b5f9b7d334925d09b7f05477b54719defdd2 (diff)
* aout64.h: Formatting fixes.
(N_TXTADDR): Evaluate to a bfd_vma. (N_DATADDR): Avoid negative unsigned warning. * hp300hpux.h: Formatting fixes. (N_DATADDR): As above.
Diffstat (limited to 'include/aout/ChangeLog')
-rw-r--r--include/aout/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/aout/ChangeLog b/include/aout/ChangeLog
index f107b8488..d215c592f 100644
--- a/include/aout/ChangeLog
+++ b/include/aout/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-18 Alan Modra <amodra@bigpond.net.au>
+
+ * aout64.h: Formatting fixes.
+ (N_TXTADDR): Evaluate to a bfd_vma.
+ (N_DATADDR): Avoid negative unsigned warning.
+ * hp300hpux.h: Formatting fixes.
+ (N_DATADDR): Avoid negative unsigned warning.
+
Mon Apr 3 13:29:08 2000 Hans-Peter Nilsson <hp@axis.com>
* aout64.h (RELOC_EXT_BITS_EXTERN_BIG): Wrap definition in #ifndef.