diff options
author | Nick Clifton <nickc@redhat.com> | 2005-08-09 08:56:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-08-09 08:56:36 +0000 |
commit | fd6212e6f14b57e41d0e27753ea810e5d60c6775 (patch) | |
tree | 85a30c8587e2b04aa300c40b4b9375022e65ba74 /bfd/ChangeLog | |
parent | 66bcaf1f1c3a85e878ac653da85141aca9f102c1 (diff) | |
download | gdb-fd6212e6f14b57e41d0e27753ea810e5d60c6775.zip gdb-fd6212e6f14b57e41d0e27753ea810e5d60c6775.tar.gz gdb-fd6212e6f14b57e41d0e27753ea810e5d60c6775.tar.bz2 |
(xcoff64_core_p): Constify return_value variable. Also, do not use core_hdr
macro as it evaluates to a cast of an lvalue which is no longer supported by
GCC 4.0.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9fd5c3b..875a2e9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-08-09 Rodney Brown <rbrown@bravurasolutions.com.au> + Nick Clifton <nickc@redhat.com> + + * aix5ppc-core.c (xcoff64_core_p): Constify return_value + variable. Also, do not use core_hdr macro as it evaluates to a + cast of an lvalue which is no longer supported by GCC 4.0. + 2005-08-08 Eric Dönges <Eric.Doenges@betty-tv.com> * archures.c (bfd_mach_msp21): New MSP430 machine number. |