diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-02 22:34:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-02 22:34:38 +0000 |
commit | 1b8a42f353def1d2ca03871657a32cf90ae159b3 (patch) | |
tree | ad2357361b3bf7e309f2ea4ced6a3df4649b69f8 /ld/ChangeLog | |
parent | 0433135db44d65401b36724800661012e9ff0af6 (diff) | |
download | gdb-1b8a42f353def1d2ca03871657a32cf90ae159b3.zip gdb-1b8a42f353def1d2ca03871657a32cf90ae159b3.tar.gz gdb-1b8a42f353def1d2ca03871657a32cf90ae159b3.tar.bz2 |
* ldlang.c (lang_output_section_statement_lookup): Initialize all
fields of newly created structure.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6ce807f..28114f4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +Fri Apr 2 14:33:52 1993 Ian Lance Taylor (ian@cygnus.com) + + * ldlang.c (lang_output_section_statement_lookup): Initialize all + fields of newly created structure. + +Wed Mar 31 18:19:15 1993 Ian Lance Taylor (ian@cygnus.com) + + * ldmain.c (g_switch_value): New variable. + * ldgram.y (OPTION_G, OPTION_Gval): New tokens. + (command_line_option): Accept -G and set g_switch_value. + * ldlex.l (COMMAND): Accept -G. + * ldlang.c (open_output): Call bfd_set_gp_size on new BFD. + Tue Mar 30 09:40:25 1993 Steve Chamberlain (sac@thepub.cygnus.com) Support for linking and loading at different places: |