diff options
author | Alan Modra <amodra@gmail.com> | 2007-04-24 04:28:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-04-24 04:28:38 +0000 |
commit | 64be15537dc7a4e427588885f7427eee894e529d (patch) | |
tree | 6492d903f97543200ba23a7949621e8e88fcaef0 /bfd/ChangeLog | |
parent | 4c2739571c9f6cae85bd2424db11d152f8827476 (diff) | |
download | gdb-64be15537dc7a4e427588885f7427eee894e529d.zip gdb-64be15537dc7a4e427588885f7427eee894e529d.tar.gz gdb-64be15537dc7a4e427588885f7427eee894e529d.tar.bz2 |
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Warn if
eh_frame_hdr table won't be created.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 167276e..9fc72ca 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2007-04-24 Alan Modra <amodra@bigpond.net.au> + * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Warn if + eh_frame_hdr table won't be created. + +2007-04-24 Alan Modra <amodra@bigpond.net.au> + * acinclude.m4: Include config/stdint.m4. * configure.in: Invoke GCC_HEADER_STDINT. * sysdep.h: Don't include ansidecl.h here. |