Don't translate debugging message.
This commit is contained in:
parent
f5a3e38aff
commit
661a3fd4a0
2 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
|
34
bfd/elf.c
34
bfd/elf.c
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue