]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-05-28 Philip Blundell <philb@gnu.org>
authorPhil Blundell <philb@gnu.org>
Mon, 28 May 2001 18:33:46 +0000 (18:33 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 28 May 2001 18:33:46 +0000 (18:33 +0000)
From 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
* elf/ia64.h (ELF_STRING_ia64_unwind_once): Define.
(ELF_STRING_ia64_unwind_info_once): Define.

include/ChangeLog
include/elf/ia64.h

index 10b4ec1801c8901ac3b75b92bc46531da69ff878..90bdecae13dce94f7ec7b2f61dac8323244bcbc1 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-28  Philip Blundell  <philb@gnu.org>
+
+       From 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
+       * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define.
+       (ELF_STRING_ia64_unwind_info_once): Define.
+
 2001-01-11  Peter Targett  <peter.targett@arccores.com>
 
        * dis-asm.h (arc_get_disassembler): Correct declaration.
index 3b1828835385d0e30a45997fed9fb486fb327b5e..47765767469fd45499fa4a986d674cf5f594f152 100644 (file)
@@ -1,5 +1,5 @@
 /* IA-64 ELF support for BFD.
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -47,6 +47,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define ELF_STRING_ia64_pltoff         ".IA_64.pltoff"
 #define ELF_STRING_ia64_unwind         ".IA_64.unwind"
 #define ELF_STRING_ia64_unwind_info    ".IA_64.unwind_info"
+#define ELF_STRING_ia64_unwind_once    ".gnu.linkonce.ia64unw."
+#define ELF_STRING_ia64_unwind_info_once ".gnu.linkonce.ia64unwi."
 
 /* Bits in the sh_flags field of Elf64_Shdr:  */