diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-21 11:17:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-21 11:17:53 +0000 |
commit | 28d39d1a3a0fa205e5223b183c3df93264865dc5 (patch) | |
tree | dfebb4b1e52edb4cd6259433d2a520694b180a95 /bfd/reloc.c | |
parent | b0a30fcea7c66ee6d345a9b08b42529aaf3a2836 (diff) | |
download | gdb-28d39d1a3a0fa205e5223b183c3df93264865dc5.zip gdb-28d39d1a3a0fa205e5223b183c3df93264865dc5.tar.gz gdb-28d39d1a3a0fa205e5223b183c3df93264865dc5.tar.bz2 |
Stop indexed move byte instructions from being relaxed.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index d3a6534..9bffaa3 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1,6 +1,6 @@ /* BFD support for handling relocation entries. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003 + 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Written by Cygnus Support. @@ -3764,6 +3764,11 @@ ENUMDOC This is a 24-bit reloc that represents the address with a 16-bit value and a 8-bit page number. The symbol address is transformed to follow the 16K memory bank of 68HC12 (seen as mapped in the window). +ENUM + BFD_RELOC_M68HC12_5B +ENUMDOC + Motorola 68HC12 reloc. + This is the 5 bits of a value. ENUM BFD_RELOC_CRIS_BDISP8 |