diff options
author | Jeff Law <law@redhat.com> | 1994-02-26 00:33:30 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-26 00:33:30 +0000 |
commit | 531a5bd1896a9dff68428dc252cb4602ab1bdc02 (patch) | |
tree | ea9a56a8c4d3c4e87878810f8cb0755a2b483ca1 /ld/ChangeLog | |
parent | fbb8fe5c6e04b6c88f37c7c706a30c9bd7590c3f (diff) | |
download | gdb-531a5bd1896a9dff68428dc252cb4602ab1bdc02.zip gdb-531a5bd1896a9dff68428dc252cb4602ab1bdc02.tar.gz gdb-531a5bd1896a9dff68428dc252cb4602ab1bdc02.tar.bz2 |
* emultempl/hppaelf.em: First attempt to clean this file up.
Add comments in several functions as to their purpose and
how they function (or my current best guess). Clean up horrible
spacing and indention that never should have been accepted in the
first place. Add FIXMEs for issues which need to be resolved.
Disable linker-stub generation until it gets fixed. This allows
the linker to at least work on simple code for testing purposes.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 21fc924..50ba5e2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,13 @@ Fri Feb 25 10:47:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + * emultempl/hppaelf.em: First attempt to clean this file up. + Add comments in several functions as to their purpose and + how they function (or my current best guess). Clean up horrible + spacing and indention that never should have been accepted in the + first place. Add FIXMEs for issues which need to be resolved. + Disable linker-stub generation until it gets fixed. This allows + the linker to at least work on simple code for testing purposes. + * ldlang.c (lang_size_sections): No longer static (PA ELF calls it via hppaelf_finish). Prototype moved into ldlang.h. (lang_process): Move problematic extra call to lang_size_sections |