diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-04 20:29:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-04 20:29:58 +0000 |
commit | 4507afd077c301e61ad2e1048d259b8f8e84d6de (patch) | |
tree | ff8a207f57e62377811436928bad91e74f2f2470 /ld | |
parent | 33106b6039192876d26939900635e0f6f9aa9f37 (diff) | |
download | gdb-4507afd077c301e61ad2e1048d259b8f8e84d6de.zip gdb-4507afd077c301e61ad2e1048d259b8f8e84d6de.tar.gz gdb-4507afd077c301e61ad2e1048d259b8f8e84d6de.tar.bz2 |
* emultempl/pe.em: Include "libiberty.h".
(sort_sections_1): Use xmalloc rather than alloca.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 09b8920..48eb50f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,7 +1,12 @@ Fri Apr 4 11:42:41 1997 Ian Lance Taylor <ian@cygnus.com> + * emultempl/pe.em: Include "libiberty.h". + (sort_sections_1): Use xmalloc rather than alloca. + * ldlex.l: Recognize SQUAD. * ldgram.y (length): Add SQUAD. + * ldctor.c (ldctor_build_sets): Use SQUAD for a signed 8 byte + reloc. * ldlang.c (print_data_statement): Handle SQUAD. (lang_size_sections, lang_do_assignments): Likewise. * ldexp.c (exp_print_token): Add SQUAD to table. |