diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-12-06 21:37:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-12-06 21:37:41 +0000 |
commit | 955e17b0ded3af8aab83b969b2ee4713b2bbf9d1 (patch) | |
tree | b6271ef7356f8ce10eada5f71063cab657173271 /bfd | |
parent | 4bd181604728ebf0ff29d0b8b1a8dd24d9befae2 (diff) | |
download | gdb-955e17b0ded3af8aab83b969b2ee4713b2bbf9d1.zip gdb-955e17b0ded3af8aab83b969b2ee4713b2bbf9d1.tar.gz gdb-955e17b0ded3af8aab83b969b2ee4713b2bbf9d1.tar.bz2 |
rebuild correctly
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/bfd-in2.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 8270cb2..36eccc1 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -743,6 +743,12 @@ bfd_close_all_done PARAMS ((bfd *)); bfd * bfd_create PARAMS ((CONST char *filename, bfd *templ)); +boolean +bfd_make_writable PARAMS ((bfd *abfd)); + +boolean +bfd_make_readable PARAMS ((bfd *abfd)); + /* Byte swapping macros for user section data. */ @@ -2153,6 +2159,9 @@ significant 8 bits of a 24 bit word are placed into the least significant 8 bits of the opcode. */ BFD_RELOC_TIC30_LDP, +/* This is a 48 bit reloc for the FR30 that stores 32 bits. */ + BFD_RELOC_FR30_48, + /* This is a 32 bit reloc for the FR30 that stores 20 bits split up into two sections. */ BFD_RELOC_FR30_20, |