diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-15 23:17:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-15 23:17:46 +0000 |
commit | c5a0d31a042f0ea10c330a3c0da6b7541efd7bbc (patch) | |
tree | 3815c16cc5d50be3f253c6a3ca635c9dc4e3c2ab /ld/ChangeLog | |
parent | 6784be526fcb2b8077f6726d6563e5b73758dee3 (diff) | |
download | gdb-c5a0d31a042f0ea10c330a3c0da6b7541efd7bbc.zip gdb-c5a0d31a042f0ea10c330a3c0da6b7541efd7bbc.tar.gz gdb-c5a0d31a042f0ea10c330a3c0da6b7541efd7bbc.tar.bz2 |
Sat Mar 15 18:10:38 1997 H.J. Lu <hjl@lucon.org>
* ldemul.h (ldemul_list_emulations): Use full prototype.
* ldlang.c (print_one_symbol): Add declaration.
* ldlang.h (dprint_statements): Declare.
* ldmain.c (remove_output): Declare.
* ldmisc.c (vfinfo): Declare.
* ldwrite.c (clone_section): Declare.
(split_sections): Make static. Declare.
* mri.c: Include libiberty.h.
(strdup): Don't declare.
(mri_alias): Use xstrdup rather than strdup.
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 3ccd300..ab7a48a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +Sat Mar 15 18:10:38 1997 H.J. Lu <hjl@lucon.org> + + * ldemul.h (ldemul_list_emulations): Use full prototype. + * ldlang.c (print_one_symbol): Add declaration. + * ldlang.h (dprint_statements): Declare. + * ldmain.c (remove_output): Declare. + * ldmisc.c (vfinfo): Declare. + * ldwrite.c (clone_section): Declare. + (split_sections): Make static. Declare. + * mri.c: Include libiberty.h. + (strdup): Don't declare. + (mri_alias): Use xstrdup rather than strdup. + Fri Mar 14 21:30:06 1997 Ian Lance Taylor <ian@cygnus.com> * scripttempl/elfmips.sc: Change handling of data area when |