diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-26 19:01:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-26 19:01:50 +0000 |
commit | b495c3144236b906e6afed82b2507449bd962038 (patch) | |
tree | 619347975f062c2ff10cae60ad770e82c0a47e60 /ld/ChangeLog | |
parent | c768aaa7c34f137ae65f544590ed6e6062db8593 (diff) | |
download | gdb-b495c3144236b906e6afed82b2507449bd962038.zip gdb-b495c3144236b906e6afed82b2507449bd962038.tar.gz gdb-b495c3144236b906e6afed82b2507449bd962038.tar.bz2 |
* ldmain.c (write_map): Don't define. Removed all references.
Just use map_file or map_filename instead.
(add_archive_element): Use minfo to write map information, not
info_msg.
(constructor_callback): Use fprintf to write map information, not
info_msg.
* ldmain.h (write_map): Don't declare.
* ldgram.y (mri_script_command): Removed reference to write_map.
* ldlang.c (lang_one_common): Likewise.
* lexsup.c (parse_args): Likewise.
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 4fabc8e..bdf149e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +Sat Feb 26 10:58:25 1994 Ian Lance Taylor (ian@cygnus.com) + + * ldmain.c (write_map): Don't define. Removed all references. + Just use map_file or map_filename instead. + (add_archive_element): Use minfo to write map information, not + info_msg. + (constructor_callback): Use fprintf to write map information, not + info_msg. + * ldmain.h (write_map): Don't declare. + * ldgram.y (mri_script_command): Removed reference to write_map. + * ldlang.c (lang_one_common): Likewise. + * lexsup.c (parse_args): Likewise. + Fri Feb 25 19:12:03 1994 Ian Lance Taylor (ian@cygnus.com) * scripttempl/elf.sc: Force all sections to be aligned. |