diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-30 10:31:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-30 10:31:28 +0000 |
commit | 661a3fd4a0325a70273dab8bed1898d45a8bf30c (patch) | |
tree | 5cceadcd46ba813c0e301f3b49d776f36edf0e7c /bfd | |
parent | f5a3e38aff3ec987558d87a45571dec903f9d5cc (diff) | |
download | gdb-661a3fd4a0325a70273dab8bed1898d45a8bf30c.zip gdb-661a3fd4a0325a70273dab8bed1898d45a8bf30c.tar.gz gdb-661a3fd4a0325a70273dab8bed1898d45a8bf30c.tar.bz2 |
Don't translate debugging message.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/elf.c | 34 |
2 files changed, 20 insertions, 19 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e9c5a70..445c265 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -2,7 +2,10 @@ * dwarf2.c (read_abbrev): Use full section name in error message. (decode_line_info): Likewise. - + + * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging + message. + 2002-01-30 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (func_desc_adjust): Only provide missing function @@ -2,25 +2,24 @@ Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - -SECTION +/* SECTION + ELF backends BFD support for ELF formats is being worked on. @@ -29,8 +28,7 @@ SECTION Documentation of the internals of the support code still needs to be written. The code is changing quickly enough that we - haven't bothered yet. - */ + haven't bothered yet. */ /* For sparc64-cross-sparc32. */ #define _SYSCALL32 @@ -4150,7 +4148,7 @@ _bfd_elf_symbol_from_bfd_symbol (abfd, asym_ptr_ptr) #if DEBUG & 4 { fprintf (stderr, - _("elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n"), + "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n", (long) asym_ptr, asym_ptr->name, idx, flags, elf_symbol_flags (flags)); fflush (stderr); |