Jakub Jelinek <jj@ultra.linux.cz>
[deliverable/binutils-gdb.git] / include / elf / ChangeLog
index 85bb401400f6d52f27d7b20cc726e05768a713b9..2b14309421c0beeeeeda188f3c80c02f6c91a129 100644 (file)
@@ -1,3 +1,131 @@
+1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
+
+       * sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions
+       flag (as per SCD2.4.1).
+
+1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
+
+       * sparc.h (ELF64_R_TYPE_DATA): Only use ELF64_R_TYPE bits, not
+       ELF64_R_SYM bits.
+
+1999-06-21  Philip Blundell  <pb@nexus.co.uk>
+
+       * arm.h (EF_SOFT_FLOAT, F_SOFT_FLOAT): Define.
+
+1999-07-13  Andreas Schwab  <schwab@suse.de>
+
+       * m68k.h (EF_CPU32): Move definition inside multiple inclusion
+       guard.
+
+1999-07-08  Richard Henderson  <rth@cygnus.com>
+
+       * sparc.h (ELF64_R_TYPE_DATA): Sign extend the value.
+       (ELF64_R_TYPE_INFO): Mask out all but low 24 bits of data.
+       (DT_SPARC_PLTFMT): Delete.
+       Based on a patch from Jakub Jelinek.
+
+Mon Jun 21 16:36:02 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa.h (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
+
+1999-06-10  Jakub Jelinek  <jj@ultra.linux.cz>
+
+       * sparc.h (R_SPARC_max_std): Define.
+
+Wed Jun  9 15:16:34 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa.h: Update with various changes from newest PA ELF
+       specifications.
+
+1999-06-03  Ian Lance Taylor  <ian@zembu.com>
+
+       * common.h (EM_PPC64): Define.
+
+1999-06-02  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * dwarf.h: Add LANG_JAVA.
+       * dwarf2.h: Add DW_LANG_Java.
+
+1999-05-29  Nick Clifton  <nickc@cygnus.com>
+
+       * common.h (ELFOSABI_ARM): Define.
+
+1999-05-28  Nick Clifton  <nickc@cygnus.com>
+
+       * reloc-macros.h: Update comment.
+
+1999-05-28  Ian Lance Taylor  <ian@zembu.com>
+
+       * i960.h: New file.
+
+1999-05-16  Nick Clifton  <nickc@cygnus.com>
+
+       * mcore.h (R_MCORE_COPY): Define.
+       (R_MCORE_GLOB_DAT): Define.
+       (R_MCORE_JUMP_SLOT): Define.
+
+1999-05-15  Nick Clifton  <nickc@cygnus.com>
+
+       * mcore.h (R_MCORE_RELATIVE): Define.
+
+999-05-05  Catherine Moore  <clm@cygnus.com>
+        * m68k.h (EF_CPU32): Define.
+1999-04-21  Nick Clifton  <nickc@cygnus.com>
+
+       * reloc-macros.h (START_RELOC_NUMBERS): Prepend an underscore to
+       fake reloc entry name (if possible), in order to avoid conflicts
+       with typedefs of the same name.
+
+1999-04-16  Gavin Romig-Koch  <gavin@cygnus.com>
+
+       * mips.h (EF_MIPS_32BITMODE): New.
+
+1999-04-08  Nick Clifton  <nickc@cygnus.com>
+
+       * mcore.h: New header file.  Defines for Motorolla's MCore
+       processor. 
+
+1999-04-08  Nick Clifton  <nickc@cygnus.com>
+
+       * common.h: Add new constants defined in: "System V Application
+       Binary Interface - DRAFT - April 29, 1998" found at the web site: 
+       http://www.sco.com/developer/gabi/contents.html
+
+       (EM_MMA): Removed.  Replaced with EM_MCORE as Motorolla own this
+       value. 
+
+1999-03-31  Nick Clifton  <nickc@cygnus.com>
+
+       * reloc-macros.h: Fixed to not generate an enum with a trailing
+       comma. 
+
+1999-03-16  Gavin Romig-Koch  <gavin@cygnus.com>
+
+       * mips.h (E_MIPS_MACH_5000): New.
+
+1999-03-10  Ulrich Drepper  <drepper@cygnus.com>
+
+       * common.h: Add definitions for a few more Solaris ELF extensions.
+
+Thu Feb 18 18:58:26 1999  Ian Lance Taylor  <ian@cygnus.com>
+
+       * external.h: Only use attribute if __GNUC__ is defined.
+
+1999-02-17  Nick Clifton  <nickc@cygnus.com>
+
+       Patch submitted by: Scott Bambrough <scottb@corelcomputer.com>
+
+       * elf/external.h: struct Elf_External_Versym must be packed on
+       ARM.  Code uses sizeof(Elf_External_Versym) and assumes it is
+       equal to sizeof(char[2]).  Reported by Jim Pick <jim@jimpick.com>
+
+1999-02-02  Nick Clifton  <nickc@cygnus.com>
+
+       * dwarf2.h (DWARF2_External_ARange): New structure.
+       (DWARF2_Internal_ARange): New structure.
+
 Mon Feb  1 11:33:56 1999  Catherine Moore  <clm@cygnus.com>
 
         * arm.h:  Renumber relocs to conform to standard.
@@ -13,23 +141,15 @@ Mon Feb  1 11:33:56 1999  Catherine Moore  <clm@cygnus.com>
 
        * dwarf2.h: Add typedefs for structures found in dwarf2 sections.
 
-start-sanitize-vr4xxx
 1998-12-16  Gavin Romig-Koch  <gavin@cygnus.com>
 
        * mips.h (E_MIPS_MACH_4111): New.
 
-end-sanitize-vr4xxx
 1998-12-15  Gavin Romig-Koch  <gavin@cygnus.com>
 
        * mips.h (EF_MIPS_ABI,E_MIPS_ABI_O32,E_MIPS_ABI_O64,
-       E_MIPS_ABI_EABI32,E_MIPS_ABI_EABI64): 
+       E_MIPS_ABI_EABI32,E_MIPS_ABI_EABI64):
 
-start-sanitize-vr4xxx
-1998-12-13  Gavin Romig-Koch  <gavin@cygnus.com>
-
-       * mips.h (E_MIPS_MACH_4121): New.
-
-end-sanitize-vr4xxx
 1998-12-03  Nick Clifton  <nickc@cygnus.com>
 
        * fr30.h: Add R_FR30_48 reloc.
@@ -158,12 +278,6 @@ Fri Jul 24 11:22:06 1998  Jeffrey A Law  (law@cygnus.com)
 
        * mips.h: Add MIPS64 relocation names and values.
 
-start-sanitize-r5900
-Thu Jul 23 23:28:08 1998  Jeffrey A Law  (law@cygnus.com)
-
-       * mips.h (R_MIPS16_S3): Change to a higher value.
-
-end-sanitize-r5900
 Wed Jul 22 19:29:00 Catherine Moore  <clm@cygnus.com>
 
         * arm.h: Rename relocations.
@@ -253,23 +367,6 @@ Tue Jun  9 09:35:29 1998  Nick Clifton  <nickc@cygnus.com>
 
        * common.h (EM_ARM): Add this constant.
 
-start-sanitize-sky
-Wed Jun  3 10:29:47 1998  Doug Evans  <devans@canuck.cygnus.com>
-
-       * mips.h (Elf32_Dvp_Internal_Overlay,Elf32_Dvp_External_Overlay):
-       Rename from 64 bit versions, update members to be 32 bits.
-       (bfd_dvp_elf32_swap_overlay_in,bfd_dvp_elf32_swap_overlay_out):
-       Rename from 64 bit versions.
-
-Sun May 31 15:46:56 1998  Doug Evans  <devans@canuck.cygnus.com>
-
-       * mips.h (SHT_DVP_OVERLAY_TABLE,SHT_DVP_OVERLAY): New section types.
-       (SHNAME_DVP_OVERLAY_{TABLE,STRTAB,PREFIX}): Section names.
-       (Elf64_Dvp_Internal_Overlay,Elf64_Dvp_External_Overlay): New types.
-       (bfd_dvp_elf64_swap_overlay_in,bfd_dvp_elf64_swap_overlay_out):
-       Declare.
-
-end-sanitize-sky
 Wed May  6 09:45:30 1998  Gavin Koch  <gavin@cygnus.com>
 
        * mips.h (EF_MIPS_MACH,E_MIPS_MACH_*): Added.
@@ -287,24 +384,10 @@ Sat Feb 28 17:04:41 1998  Richard Henderson  <rth@cygnus.com>
 
        * alpha.h (EF_ALPHA_32BIT, EF_ALPHA_CANRELAX): New.
 
-start-sanitize-sky
-Tue Feb 10 12:08:23 1998  Doug Evans  <devans@canuck.cygnus.com>
-
-       * mips.h (STO_DVP_{VIF,GIF): Renamed from STO_DVP_{PKE,GPUIF}.
-
-Wed Jan 28 09:42:48 1998  Doug Evans  <devans@canuck.cygnus.com>
-
-       * mips.h (STO_DVP_{DMA,PKE,GPUIF,VU}): New macros.
-       (MIPS_STO_DVP_P): New macro.
-
-end-sanitize-sky
 Mon Dec 15 15:07:49 1997  Nick Clifton  <nickc@cygnus.com>
 
        * m32r.h (EF_M32R_ARCH, E_M32R_ARCH): New flags to
        specify machine architecture.
-start-sanitize-m32rx
-       (E_M32RX_ARCH): New flag for m32rx architecture.
-end-sanitize-m32rx
 
 Fri Dec  5 11:20:08 1997  Nick Clifton  <nickc@cygnus.com>
 
This page took 0.027464 seconds and 4 git commands to generate.