diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-29 02:44:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-29 02:44:49 +0000 |
commit | faaba487f80231192b048eaac6400d42cfdff10c (patch) | |
tree | fe94637e36528b3e8ddd132d40f9db40fd4ff2e0 /binutils | |
parent | 4a3456fc9e50d067055bb484190d8adca39cdc99 (diff) | |
download | gdb-faaba487f80231192b048eaac6400d42cfdff10c.zip gdb-faaba487f80231192b048eaac6400d42cfdff10c.tar.gz gdb-faaba487f80231192b048eaac6400d42cfdff10c.tar.bz2 |
* addr2line.c (main): Conditionally call setlocale.
* windres.c (main): Likewise.
* sysdump.c (main): Likewise.
* strings.c (main): Likewise.
* srconv.c (main): Likewise.
* size.c (main): Likewise.
* objdump.c (main): Likewise.
* objcopy.c (main): Likewise.
* nm.c (main): Likewise.
* nlmconv.c (main): Likewise.
* dlltool.c (main): Likewise.
* coffdump.c (main): Likewise.
* ar.c (main): Likewise.
* bucomm.h: Include <locale.h> if HAVE_LOCALE_H.
(LC_MESSAGES): Now can be defined even when ENABLE_NLS.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 33d5723..0b067e2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,21 @@ +Tue Apr 28 19:14:34 1998 Tom Tromey <tromey@cygnus.com> + + * addr2line.c (main): Conditionally call setlocale. + * windres.c (main): Likewise. + * sysdump.c (main): Likewise. + * strings.c (main): Likewise. + * srconv.c (main): Likewise. + * size.c (main): Likewise. + * objdump.c (main): Likewise. + * objcopy.c (main): Likewise. + * nm.c (main): Likewise. + * nlmconv.c (main): Likewise. + * dlltool.c (main): Likewise. + * coffdump.c (main): Likewise. + * ar.c (main): Likewise. + * bucomm.h: Include <locale.h> if HAVE_LOCALE_H. + (LC_MESSAGES): Now can be defined even when ENABLE_NLS. + Tue Apr 28 10:33:07 1998 Bill Moyer <ttk@cygnus.com> Add support for IMPORTS: |