diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-08-31 18:15:50 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-08-31 18:15:50 +0000 |
commit | 195d1adff1f7f90851be75a369998c2b09be2140 (patch) | |
tree | 8e7464c000618543cc1d2ce429da101425daae2c /binutils/ChangeLog | |
parent | ef5b53687be06bacd46116f1ed32cc5c9bc0307f (diff) | |
download | gdb-195d1adff1f7f90851be75a369998c2b09be2140.zip gdb-195d1adff1f7f90851be75a369998c2b09be2140.tar.gz gdb-195d1adff1f7f90851be75a369998c2b09be2140.tar.bz2 |
* objdump.c (ARCH_all): Define ARCH_hppa too.
(dump_headers): Don't test for SEC_BALIGN if it's not defined by bfd.h.
(The latter is done with #ifdef in case it turns out SEC_BALIGN has to be
put back. I didn't *see* any uses of it besides this one, though.)
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index daa2146..098332b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Tue Aug 31 14:13:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * objdump.c (ARCH_all): Define ARCH_hppa too. + (dump_headers): Don't test for SEC_BALIGN if it's not defined by + bfd.h. + Tue Aug 31 13:29:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * nlmconv.c (main): Force creation of .bss section. Set up the |