Changeset 907 for trunk/src/binutils/include/aout/aout64.h
- Timestamp:
- Dec 16, 2003, 11:01:18 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/include/aout/aout64.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r906 r907 7 7 the Free Software Foundation; either version 2 of the License, or 8 8 (at your option) any later version. 9 9 10 10 This program is distributed in the hope that it will be useful, 11 11 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 13 GNU General Public License for more details. 14 14 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program; if not, write to the Free Software … … 27 27 28 28 #ifndef external_exec 29 struct external_exec 29 struct external_exec 30 30 { 31 31 bfd_byte e_info[4]; /* Magic number and stuff. */ … … 334 334 #define N_WEAKB 0x11 /* Weak bss symbol. */ 335 335 336 /* Relocations 336 /* emx-specific symbols. */ 337 #define N_IMP1 0x68 /* Import reference (emx specific) */ 338 #define N_IMP2 0x6a /* Import definition (emx specific) */ 339 340 /* Relocations 337 341 338 342 There are two types of relocation flavours for a.out systems, … … 484 488 RELOC_HHI22, /* data[0:21] = (addend + sv) >> 42 */ 485 489 RELOC_HLO10, /* data[0:9] = (addend + sv) >> 32 */ 486 490 487 491 /* 29K relocation types. */ 488 492 RELOC_JUMPTARG, 489 493 RELOC_CONST, 490 494 RELOC_CONSTH, 491 495 492 496 /* All the new ones I can think of, for sparc v9. */ 493 497 RELOC_64, /* data[0:63] = addend + sv */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.