ELFOSABI_GNU
authorThomas Schwinge <tschwinge@gnu.org>
Sun, 3 Jul 2011 13:45:32 +0000 (13:45 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Sun, 3 Jul 2011 13:45:32 +0000 (13:45 +0000)
bfd/
* elf.c (_bfd_elf_set_osabi): Use ELFOSABI_GNU name instead of
ELFOSABI_LINUX alias.
* elf32-hppa.c: Likewise.
* elf32-i370.c: Likewise.
* elf64-hppa.c: Likewise.

binutils/
* elfedit.c (osabis): Use ELFOSABI_GNU name instead of ELFOSABI_LINUX
alias and ELFOSABI_HURD.  Add GNU alias.
* readelf.c (get_osabi_name, get_symbol_binding, get_symbol_type):
Likewise.
* doc/binutils.texi <elfedit>: Update accordingly.

elfcpp/
* elfcpp.h (ELFOSABI): Add ELFOSABI_GNU with value of ELFOSABI_LINUX,
keep ELFOSABI_LINUX as an alias.  Remove ELFOSABI_HURD.

gas/
* config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of
ELFOSABI_LINUX alias.
* config/tc-ia64.c: Likewise.

include/elf/
* common.h (ELFOSABI_GNU): Define, replaces...
(ELFOSABI_LINUX): ... this, kept as an alias.
(ELFOSABI_HURD): Remove.

ld/testsuite/
* ld-ifunc/ifunc.exp: Update for changed output.
* ld-unique/unique.exp: Likewise.

bfd/ChangeLog
binutils/ChangeLog
elfcpp/ChangeLog
gas/ChangeLog
include/elf/ChangeLog
ld/testsuite/ChangeLog

index c4aa50d7b5c3ecfbe76efdd07487c530b4745817..6d9f246b1c62cef3d9fb83f02963282e349098b9 100644 (file)
@@ -1,6 +1,7 @@
 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
            Thomas Schwinge  <thomas@schwinge.name>
 
+       PR binutils/12913
        * elf.c (_bfd_elf_set_osabi): Use ELFOSABI_GNU name instead of
        ELFOSABI_LINUX alias.
        * elf32-hppa.c: Likewise.
index 1d243157b3e60a1210d2f88d3cc0bc2c24f2cf23..f97e20e91fb9eae0e8e18f8e0ae1c6b22d332caf 100644 (file)
@@ -1,6 +1,7 @@
 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
            Thomas Schwinge  <thomas@schwinge.name>
 
+       PR binutils/12913
        * elfedit.c (osabis): Use ELFOSABI_GNU name instead of ELFOSABI_LINUX
        alias and ELFOSABI_HURD.  Add GNU alias.
        * readelf.c (get_osabi_name, get_symbol_binding, get_symbol_type):
index 0306aa80228f16429923bea10588f67d71edcd80..94986c81cc246f19cddaddebfc2bf61269104dcf 100644 (file)
@@ -1,6 +1,7 @@
 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
            Thomas Schwinge  <thomas@schwinge.name>
 
+       PR binutils/12913
        * elfcpp.h (ELFOSABI): Add ELFOSABI_GNU with value of ELFOSABI_LINUX,
        keep ELFOSABI_LINUX as an alias.  Remove ELFOSABI_HURD.
 
index 9e7e5943c8bbf1a1ebd1d4ae1fee1db574f1c697..2fe405c44d6076052e7fa3ee7cf893e5afbab8a2 100644 (file)
@@ -1,6 +1,7 @@
 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
            Thomas Schwinge  <thomas@schwinge.name>
 
+       PR binutils/12913
        * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of
        ELFOSABI_LINUX alias.
        * config/tc-ia64.c: Likewise.
index 9401ad20e31eaef2c68b34eea957c32e22d66967..42095b0e190a7deebc7211928f6cf54a93310db6 100644 (file)
@@ -1,6 +1,7 @@
 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
            Thomas Schwinge  <thomas@schwinge.name>
 
+       PR binutils/12913
        * common.h (ELFOSABI_GNU): Define, replaces...
        (ELFOSABI_LINUX): ... this, kept as an alias.
        (ELFOSABI_HURD): Remove.
index bd2fdf5155ea7ca678b4fcc0e5fade7ed8756b3d..1e74f6f3db14d9e412021720693b05574c622709 100644 (file)
@@ -1,6 +1,7 @@
 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
            Thomas Schwinge  <thomas@schwinge.name>
 
+       PR binutils/12913
        * ld-ifunc/ifunc.exp: Update for changed output.
        * ld-unique/unique.exp: Likewise.
 
This page took 0.030172 seconds and 4 git commands to generate.