Don't translate debugging message.

This commit is contained in:
Nick Clifton 2002-01-30 10:31:28 +00:00
parent f5a3e38aff
commit 661a3fd4a0
2 changed files with 20 additions and 19 deletions

View file

@ -3,6 +3,9 @@
* 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

View file

@ -18,9 +18,8 @@ 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);