From: Phil Blundell Date: Mon, 28 May 2001 18:33:46 +0000 (+0000) Subject: 2001-05-28 Philip Blundell X-Git-Tag: binutils-2_11_1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7264462627888977441b5fc0159e5f99d265bd46;p=thirdparty%2Fbinutils-gdb.git 2001-05-28 Philip Blundell From 2001-05-11 Jakub Jelinek * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define. (ELF_STRING_ia64_unwind_info_once): Define. --- diff --git a/include/ChangeLog b/include/ChangeLog index 10b4ec1801c..90bdecae13d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2001-05-28 Philip Blundell + + From 2001-05-11 Jakub Jelinek + * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define. + (ELF_STRING_ia64_unwind_info_once): Define. + 2001-01-11 Peter Targett * dis-asm.h (arc_get_disassembler): Correct declaration. diff --git a/include/elf/ia64.h b/include/elf/ia64.h index 3b182883538..47765767469 100644 --- a/include/elf/ia64.h +++ b/include/elf/ia64.h @@ -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 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: */