diff options
author | Nick Clifton <nickc@redhat.com> | 1998-04-21 16:59:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-04-21 16:59:22 +0000 |
commit | 5de921b816f78bb8260bab0da9c7fe8abee9922b (patch) | |
tree | a93b36a9927a340b8dd0ce3a2a9b0edf0f327882 | |
parent | 92aadf46236e28f77ba4670652f87eba1f963fe5 (diff) | |
download | fsf-binutils-gdb-5de921b816f78bb8260bab0da9c7fe8abee9922b.zip fsf-binutils-gdb-5de921b816f78bb8260bab0da9c7fe8abee9922b.tar.gz fsf-binutils-gdb-5de921b816f78bb8260bab0da9c7fe8abee9922b.tar.bz2 |
Changes to conform to BFD coding conventions.
-rw-r--r-- | ld/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c2ac9da..c2a2a6c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +Tue Apr 21 09:55:06 1998 Nick Clifton <nickc@cygnus.com> + + * emultempl/pe.em: Rename external arm interworking functions + to conform to BFD naming conventions. Add code to _after_open() + function to obtain a bfd for use by the interworking code. + + * emultempl/armcoff.em: Rename external arm interworking functions + to conform to BFD naming conventions. Add new _after_open() + function to obtain a bfd for use by the interworking code. + +Sun Apr 19 19:23:09 1998 Richard Henderson <rth@cygnus.com> + + * ldlang.c (lang_size_sections) [case lang_assignment_statement_enum]: + Update dot and the default memory section even when relaxing. + Sat Apr 18 18:41:12 1998 Richard Henderson <rth@cygnus.com> * ldlang.c (lang_one_common): Manipulate the section's cooked size |