Deleted Added
full compact
m68k.h (78828) m68k.h (91041)
1/* MC68k ELF support for BFD.
2 Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
3
4 This file is part of BFD, the Binary File Descriptor library.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or

--- 39 unchanged lines hidden (view full) ---

48 RELOC_NUMBER (R_68K_JMP_SLOT, 21) /* Create PLT entry */
49 RELOC_NUMBER (R_68K_RELATIVE, 22) /* Adjust by program base */
50 /* These are GNU extensions to enable C++ vtable garbage collection. */
51 RELOC_NUMBER (R_68K_GNU_VTINHERIT, 23)
52 RELOC_NUMBER (R_68K_GNU_VTENTRY, 24)
53END_RELOC_NUMBERS (R_68K_max)
54
55#define EF_CPU32 0x00810000
1/* MC68k ELF support for BFD.
2 Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
3
4 This file is part of BFD, the Binary File Descriptor library.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or

--- 39 unchanged lines hidden (view full) ---

48 RELOC_NUMBER (R_68K_JMP_SLOT, 21) /* Create PLT entry */
49 RELOC_NUMBER (R_68K_RELATIVE, 22) /* Adjust by program base */
50 /* These are GNU extensions to enable C++ vtable garbage collection. */
51 RELOC_NUMBER (R_68K_GNU_VTINHERIT, 23)
52 RELOC_NUMBER (R_68K_GNU_VTENTRY, 24)
53END_RELOC_NUMBERS (R_68K_max)
54
55#define EF_CPU32 0x00810000
56#define EF_M68000 0x01000000
56
57#endif
57
58#endif