* bfd-in2.h: Rebuilt after m32r changes.
This commit is contained in:
parent
9909e232c0
commit
00d7a64b5f
@ -1,3 +1,9 @@
|
|||||||
|
start-sanitize-m324
|
||||||
|
Mon Sep 9 22:36:01 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* bfd-in2.h: Rebuilt after m32r changes.
|
||||||
|
|
||||||
|
end-sanitize-m32r
|
||||||
Mon Sep 9 12:31:22 1996 Doug Evans <dje@canuck.cygnus.com>
|
Mon Sep 9 12:31:22 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
start-sanitize-m32r
|
start-sanitize-m32r
|
||||||
|
@ -1226,6 +1226,9 @@ enum bfd_architecture
|
|||||||
#define bfd_mach_arc_graphics 2
|
#define bfd_mach_arc_graphics 2
|
||||||
#define bfd_mach_arc_audio 3
|
#define bfd_mach_arc_audio 3
|
||||||
/* end-sanitize-arc */
|
/* end-sanitize-arc */
|
||||||
|
/* start-sanitize-m32r */
|
||||||
|
bfd_arch_m32r, /* Mitsubishi M32R */
|
||||||
|
/* end-sanitize-m32r */
|
||||||
bfd_arch_last
|
bfd_arch_last
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1829,9 +1832,14 @@ assumed to be 0. */
|
|||||||
BFD_RELOC_D10V_18_PCREL,
|
BFD_RELOC_D10V_18_PCREL,
|
||||||
/* end-sanitize-d10v */
|
/* end-sanitize-d10v */
|
||||||
|
|
||||||
/* NEC V850 relocs. */
|
/* start-sanitize-v850 */
|
||||||
|
|
||||||
|
/* This is a 9-bit reloc */
|
||||||
BFD_RELOC_V850_9_PCREL,
|
BFD_RELOC_V850_9_PCREL,
|
||||||
|
|
||||||
|
/* This is a 22-bit reloc */
|
||||||
BFD_RELOC_V850_22_PCREL,
|
BFD_RELOC_V850_22_PCREL,
|
||||||
|
/* end-sanitize-v850 */
|
||||||
|
|
||||||
BFD_RELOC_UNUSED };
|
BFD_RELOC_UNUSED };
|
||||||
typedef enum bfd_reloc_code_real bfd_reloc_code_real_type;
|
typedef enum bfd_reloc_code_real bfd_reloc_code_real_type;
|
||||||
|
Loading…
Reference in New Issue
Block a user