diff options
author | Steve Chamberlain <steve@cygnus> | 1991-11-04 01:47:16 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-11-04 01:47:16 +0000 |
commit | 358c1d4d42cc6440a95fe8b87d076c6190c047b2 (patch) | |
tree | b9b899081a31b7ef2e9873a9cc3503ed36284a5f /include | |
parent | 4dbf824f0232464208fef9e6e2ef3a2000f6fc2b (diff) | |
download | gdb-358c1d4d42cc6440a95fe8b87d076c6190c047b2.zip gdb-358c1d4d42cc6440a95fe8b87d076c6190c047b2.tar.gz gdb-358c1d4d42cc6440a95fe8b87d076c6190c047b2.tar.bz2 |
Changed in line with bfd-in.h
Diffstat (limited to 'include')
-rw-r--r-- | include/bfd.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/include/bfd.h b/include/bfd.h index 8e2b19c..e0163e2 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -1371,7 +1371,17 @@ typedef enum bfd_reloc_code_real { 8 bits wide, pc relative */ - BFD_RELOC_8_PCREL + BFD_RELOC_8_PCREL, + +/* +The type of reloc used to build a contructor table - at the moment probably a 32 bit +wide abs address, but the cpu can choose. +*/ + + BFD_RELOC_CTOR + +/* +*/ } bfd_reloc_code_real_type; /* @@ -1380,8 +1390,6 @@ typedef enum bfd_reloc_code_real { This routine returns a pointer to a howto struct which when invoked, will perform the supplied relocation on data from the architecture noted. - -[Note] This function will go away. */ PROTO(CONST struct reloc_howto_struct *, |