From 4507afd077c301e61ad2e1048d259b8f8e84d6de Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 4 Apr 1997 20:29:58 +0000 Subject: [PATCH] * emultempl/pe.em: Include "libiberty.h". (sort_sections_1): Use xmalloc rather than alloca. --- ld/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 09b89207f75..48eb50f8ddc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,7 +1,12 @@ Fri Apr 4 11:42:41 1997 Ian Lance Taylor + * 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. -- 2.30.2