diff options
author | Jeff Law <law@redhat.com> | 1993-11-02 23:55:58 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-02 23:55:58 +0000 |
commit | 5f62613e11d08b52e444f9e47728f80c818ec95d (patch) | |
tree | 58119f474f93685818de90843c02ef9e33f85f2e /ld | |
parent | 4142aab89d7ed976a29a01a7b955ac87d3d4b450 (diff) | |
download | gdb-5f62613e11d08b52e444f9e47728f80c818ec95d.zip gdb-5f62613e11d08b52e444f9e47728f80c818ec95d.tar.gz gdb-5f62613e11d08b52e444f9e47728f80c818ec95d.tar.bz2 |
* emultempl/hppaosf.em: Various fixes and support for linker stub
generation.
(hppaosf_finish, hppaosf_search_for_padding_statements,
hppaosf_create_output_section_statements): New functions in
support of linker stub generation.
(ld_hppaosf_emulation): Redefine to include new
emulation-specific routines.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6fbd75f..762b6d8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,13 @@ Tue Nov 2 15:45:51 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + * emultempl/hppaosf.em: Various fixes and support for linker stub + generation. + (hppaosf_finish, hppaosf_search_for_padding_statements, + hppaosf_create_output_section_statements): New functions in + support of linker stub generation. + (ld_hppaosf_emulation): Redefine to include new + emulation-specific routines. + * ldlang.c (lang_process): Re-enable last call lang_size_sections. Pass abs_output_section rather than NULL to avoid invalidating absolute symbols. |