diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-27 08:01:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-27 08:01:28 +0000 |
commit | e7c81c254c0efabd933b208c8702d98d81b2bffa (patch) | |
tree | 41c9020838a2113579244f6b503605c1d8f4b301 /bfd/ChangeLog | |
parent | 72b4917c07ca0e1e2610c32543a2662dd2048f91 (diff) | |
download | gdb-e7c81c254c0efabd933b208c8702d98d81b2bffa.zip gdb-e7c81c254c0efabd933b208c8702d98d81b2bffa.tar.gz gdb-e7c81c254c0efabd933b208c8702d98d81b2bffa.tar.bz2 |
Fix --add-gnu-debuglink
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6930e04..44159e5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2003-06-27 Nick Clifton <nickc@redhat.com> + + * opncls.c (bfd_add_gnu_debuglink_section): Rename to + bfd_add_gnu_debuglink_section and only create the section, do not + fill in its contents. + (bfd_fill_in_gnu_debuglink_section): New function. Fill in the + contents of a .gnu-debuglink section. + * bfd-in2.h: Regenerate. + 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * elfxx-mips.c: Revert .got alignment to 2**4. |