diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-02-26 00:56:14 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-02-26 00:56:14 +0000 |
commit | 42644a8920a0cc315e2cc66f69af8b4150617b91 (patch) | |
tree | 4af97d753de10937c032f0cff5c952522abf9185 /ld/ChangeLog | |
parent | 66f24a0b523046d707f18462938189a7ad8846c5 (diff) | |
download | gdb-42644a8920a0cc315e2cc66f69af8b4150617b91.zip gdb-42644a8920a0cc315e2cc66f69af8b4150617b91.tar.gz gdb-42644a8920a0cc315e2cc66f69af8b4150617b91.tar.bz2 |
* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
memory allocation error.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3fa4fb4..0e78b31 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ 2003-02-25 Alexandre Oliva <aoliva@redhat.com> + * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix + memory allocation error. + * Makefile.am (ldmain.o): Define TOOLBINDIR. * Makefile.in: Rebuilt. * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too. |