Ignore:
Timestamp:
Dec 16, 2003, 11:01:18 PM (22 years ago)
Author:
bird
Message:

Builds again - put back some uglyness :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/include/aout/aout64.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r906 r907  
    77   the Free Software Foundation; either version 2 of the License, or
    88   (at your option) any later version.
    9    
     9
    1010   This program is distributed in the hope that it will be useful,
    1111   but WITHOUT ANY WARRANTY; without even the implied warranty of
    1212   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1313   GNU General Public License for more details.
    14    
     14
    1515   You should have received a copy of the GNU General Public License
    1616   along with this program; if not, write to the Free Software
     
    2727
    2828#ifndef external_exec
    29 struct external_exec 
     29struct external_exec
    3030{
    3131  bfd_byte e_info[4];               /* Magic number and stuff.  */
     
    334334#define N_WEAKB 0x11            /* Weak bss symbol.  */
    335335
    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
    337341
    338342  There are two types of relocation flavours for a.out systems,
     
    484488  RELOC_HHI22,                  /* data[0:21] = (addend + sv) >> 42     */
    485489  RELOC_HLO10,                  /* data[0:9] = (addend + sv) >> 32      */
    486  
     490
    487491  /* 29K relocation types.  */
    488492  RELOC_JUMPTARG,
    489493  RELOC_CONST,
    490494  RELOC_CONSTH,
    491  
     495
    492496  /* All the new ones I can think of, for sparc v9.  */
    493497  RELOC_64,                     /* data[0:63] = addend + sv             */
Note: See TracChangeset for help on using the changeset viewer.