mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
* elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-07-02 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
|
||||||
|
|
||||||
2002-07-01 Matt Thomas <matt@3am-software.com>
|
2002-07-01 Matt Thomas <matt@3am-software.com>
|
||||||
|
|
||||||
* elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
|
* elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
|
||||||
|
26
bfd/elf.c
26
bfd/elf.c
@ -2,21 +2,21 @@
|
|||||||
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||||
Free Software Foundation, Inc.
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* SECTION
|
/* SECTION
|
||||||
|
|
||||||
@ -7178,7 +7178,7 @@ _bfd_elf_reloc_type_class (rela)
|
|||||||
return reloc_class_normal;
|
return reloc_class_normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For RELA architectures, return what the relocation value for
|
/* For RELA architectures, return the relocation value for a
|
||||||
relocation against a local symbol. */
|
relocation against a local symbol. */
|
||||||
|
|
||||||
bfd_vma
|
bfd_vma
|
||||||
|
Reference in New Issue
Block a user