aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-07-27 00:21:43 +0000
committerKen Raeburn <raeburn@cygnus>1994-07-27 00:21:43 +0000
commitb5b056fc38ccc17d6c05b417d401997bc112374e (patch)
tree1b95e2704bf83e71cf8f4e6378b64f2c3b52e6cf /bfd/bfd-in2.h
parentffeef0bbcb6a96f74bff342bb4292ad684fc54ab (diff)
downloadgdb-b5b056fc38ccc17d6c05b417d401997bc112374e.zip
gdb-b5b056fc38ccc17d6c05b417d401997bc112374e.tar.gz
gdb-b5b056fc38ccc17d6c05b417d401997bc112374e.tar.bz2
i960xl changes (sanitized)
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 09f5338..622651a 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -982,6 +982,9 @@ enum bfd_architecture
#define bfd_mach_i960_mc 4
#define bfd_mach_i960_xa 5
#define bfd_mach_i960_ca 6
+ /* start-sanitize-i960xl */
+#define bfd_mach_i960_xl 7
+ /* end-sanitize-i960xl */
bfd_arch_a29k, /* AMD 29000 */
bfd_arch_sparc, /* SPARC */
@@ -1195,17 +1198,6 @@ struct reloc_howto_struct
bfd *output_bfd,
char **error_message));
-
- /* If this field is non null, then the supplied function is
- called rather than the normal function. This is similar
- to special_function (previous), but takes different arguments,
- and is used for the new linking code. */
- bfd_reloc_status_type (*special_function1)
- PARAMS((const reloc_howto_type *howto,
- bfd *input_bfd,
- bfd_vma relocation,
- bfd_byte *location));
-
/* The textual name of the relocation type. */
char *name;
@@ -1238,9 +1230,7 @@ struct reloc_howto_struct
};
#define HOWTO(C, R,S,B, P, BI, O, SF, NAME, INPLACE, MASKSRC, MASKDST, PC) \
- {(unsigned)C,R,S,B, P, BI, O,SF, 0,NAME,INPLACE,MASKSRC,MASKDST,PC}
-#define HOWTO2(C, R,S,B, P, BI, O, SF, SF1,NAME, INPLACE, MASKSRC, MASKDST, PC) \
- {(unsigned)C,R,S,B, P, BI, O,SF, SF1,NAME,INPLACE,MASKSRC,MASKDST,PC}
+ {(unsigned)C,R,S,B, P, BI, O,SF,NAME,INPLACE,MASKSRC,MASKDST,PC}
#define NEWHOWTO( FUNCTION, NAME,SIZE,REL,IN) HOWTO(0,0,SIZE,0,REL,0,complain_overflow_dont,FUNCTION, NAME,false,0,0,IN)
#define HOWTO_PREPARE(relocation, symbol) \