diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-04-29 00:03:33 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-04-29 00:03:33 +0000 |
commit | 85b1c36d3172747a7587cbae0f5db46de2bffcd6 (patch) | |
tree | a794561d12ed4fc24570e56ff3ed2c51ec02424f /binutils/ChangeLog | |
parent | c7f05afbc5bd49bf658ac14324117f7a257633cc (diff) | |
download | fsf-binutils-gdb-85b1c36d3172747a7587cbae0f5db46de2bffcd6.zip fsf-binutils-gdb-85b1c36d3172747a7587cbae0f5db46de2bffcd6.tar.gz fsf-binutils-gdb-85b1c36d3172747a7587cbae0f5db46de2bffcd6.tar.bz2 |
* ar.c (mri_mode): Make static.
* arsup.c (obfd, real_name, outfile): Likewise.
* binemul.c (ar_emul_create): Remove unused function.
(ar_emul_default_create): Likewise.
* binemul.h (ar_emul_create): Remove declaration.
(ar_emul_default_create): Likewise.
(struct bin_emulation_xfer_struct): Remove ar_create member.
* bucomm.c (report): Make static.
* bucomm.h (report): Remove declaration.
* cxxfilt.c (mbuffer): Make static.
(main): Use unsigned ints for some loop control variables.
* readelf.c: Make many global variables static.
* size.c (berkeley_format): Make static.
(long_options): Likewise.
* emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
structure initialiser.
(bin_aix5_emulation): Likewise.
* emul_vanilla.c (bin_vanilla_emulation): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c549add..b3e93fc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,24 @@ +2005-04-29 Ben Elliston <bje@au.ibm.com> + + * ar.c (mri_mode): Make static. + * arsup.c (obfd, real_name, outfile): Likewise. + * binemul.c (ar_emul_create): Remove unused function. + (ar_emul_default_create): Likewise. + * binemul.h (ar_emul_create): Remove declaration. + (ar_emul_default_create): Likewise. + (struct bin_emulation_xfer_struct): Remove ar_create member. + * bucomm.c (report): Make static. + * bucomm.h (report): Remove declaration. + * cxxfilt.c (mbuffer): Make static. + (main): Use unsigned ints for some loop control variables. + * readelf.c: Make many global variables static. + * size.c (berkeley_format): Make static. + (long_options): Likewise. + * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create + structure initialiser. + (bin_aix5_emulation): Likewise. + * emul_vanilla.c (bin_vanilla_emulation): Likewise. + 2005-04-27 Ben Elliston <bje@au.ibm.com> * syslex.l: Adjust top-of-file comment: this file is part of GNU |