aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-06-17 21:05:49 +0000
committerStu Grossman <grossman@cygnus>1992-06-17 21:05:49 +0000
commit547c0cb55c4d4b8b9b84cb4a06818ef070e0e9a3 (patch)
treee6e9be166929093265c979c00bf71651a1f5aac0 /bfd
parent91f781ffbbd5b4eab6aa609a027a5b6878cf701e (diff)
downloadgdb-547c0cb55c4d4b8b9b84cb4a06818ef070e0e9a3.zip
gdb-547c0cb55c4d4b8b9b84cb4a06818ef070e0e9a3.tar.gz
gdb-547c0cb55c4d4b8b9b84cb4a06818ef070e0e9a3.tar.bz2
* libaout.h (aout_backend_data): Change defs of two bitfields to
be unsigned chars instead to get around rs6000 compiler problem.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7cbfe73..0fa8985 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 17 14:02:46 1992 Stu Grossman (grossman at cygnus.com)
+
+ * libaout.h (aout_backend_data): Change defs of two bitfields to
+ be unsigned chars instead to get around rs6000 compiler problem.
+
Wed Jun 17 13:55:31 1992 Fred Fish (fnf@cygnus.com)
* elf.c (bfd_section_from_shdr, elf_slurp_symbol_table):