]>
Commit | Line | Data |
---|---|---|
209b399e JK |
1 | Wed Feb 2 14:12:18 1994 Jim Kingdon ([email protected]) |
2 | ||
3 | * common.h: Add comments regarding value of EM_HPPA and how to | |
4 | pick an unofficial value. | |
5 | ||
6 | Wed Nov 17 17:14:26 1993 Ian Lance Taylor ([email protected]) | |
7 | ||
8 | * mips.h (SHT_MIPS_OPTIONS): Define. | |
9 | ||
10 | Mon Nov 8 17:57:00 1993 Ian Lance Taylor ([email protected]) | |
11 | ||
12 | * mips.h: Added some more MIPS ABI macro definitions. | |
13 | ||
14 | Wed Nov 3 22:07:17 1993 Ken Raeburn ([email protected]) | |
15 | ||
16 | * common.h (EM_MIPS_RS4_BE): New macro. | |
17 | ||
18 | Tue Oct 12 07:28:18 1993 Ian Lance Taylor ([email protected]) | |
19 | ||
20 | * mips.h: New file. MIPS ABI specific information. | |
21 | ||
22 | Mon Jun 21 13:13:43 1993 Ken Raeburn ([email protected]) | |
23 | ||
24 | * internal.h: Combined 32- and 64-bit versions of all structures | |
25 | except *_Internal_Dyn. This will simply the assembler interface, | |
26 | and some bfd code. | |
27 | ||
28 | Tue May 25 02:00:16 1993 Ken Raeburn ([email protected]) | |
29 | ||
30 | * external.h, internal.h, common.h: Added 64-bit versions of some | |
31 | structures and macros. Renamed old versions to put "32" in the | |
32 | name. Some are unchanged. | |
33 | ||
34 | Thu Apr 29 12:12:20 1993 Ken Raeburn ([email protected]) | |
35 | ||
36 | * common.h (EM_HPPA, NT_VERSION, STN_UNDEF, DT_*): New macros. | |
37 | * external.h (Elf_External_Dyn): New type. | |
38 | ||
39 | * internal.h (Elf_Intenral_Shdr): New field `size'. | |
40 | (Elf_Internal_Dyn): New type. | |
41 | ||
42 | Tue Apr 20 16:03:45 1993 Fred Fish ([email protected]) | |
43 | ||
44 | * dwarf.h (LANG_CHILL): Change value to one randomly picked in | |
45 | the user defined range, to reduce probability of collisions. | |
46 | ||
2712dd00 FF |
47 | Sun Nov 15 09:34:02 1992 Fred Fish ([email protected]) |
48 | ||
49 | * dwarf.h (AT_src_coords): Whitespace change only. | |
50 | * dwarf.h (AT_body_begin, AT_body_end, LANG_MODULA2): | |
51 | Add from latest gcc. | |
52 | * dwarf.h (LANG_CHILL): Add as GNU extension. | |
53 | ||
c5053360 FF |
54 | Sat Aug 1 13:46:53 1992 Fred Fish ([email protected]) |
55 | ||
56 | * dwarf.h: Replace with current version from gcc distribution. | |
c5053360 FF |
57 | |
58 | Fri Jun 19 19:05:09 1992 John Gilmore (gnu at cygnus.com) | |
59 | ||
60 | * internal.h: Add real struct tags to all the Type_Defs, so they | |
61 | can be used in prototypes where the Type_Defs are not known. | |
62 | ||
63 | Fri Apr 3 20:58:58 1992 Mark Eichin (eichin at cygnus.com) | |
64 | ||
65 | * common.h: added ELF_R_{SYM,TYPE,INFO} for handling relocation | |
66 | info | |
67 | added EM_MIPS, and corrected value of EM_860 based on System V ABI | |
68 | manual. | |
69 | ||
70 | * external.h: added Elf_External_{Rel,Rela}. | |
71 | ||
72 | * internal.h: added Elf_Internal_{Rel,Rela}. | |
73 | added rawdata to Elf_Internal_Shdr. | |
74 | ||
75 | Sat Nov 30 20:43:59 1991 Steve Chamberlain (sac at rtl.cygnus.com) | |
76 | ||
77 | * common.h, dwarf.h, external.h, internal.h, ChangeLog; moved from | |
78 | ../elf-<foo> | |
79 | ||
80 |