diff options
author | Doug Evans <dje@google.com> | 1998-01-20 23:05:37 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-20 23:05:37 +0000 |
commit | d88f6e576fe829e15d16330928a6172735c05767 (patch) | |
tree | 82af4d643e885131534f9695eceba2ceb1ee3810 /include | |
parent | 34a3df1d208739f5f210a423659fada99eb45e67 (diff) | |
download | gdb-d88f6e576fe829e15d16330928a6172735c05767.zip gdb-d88f6e576fe829e15d16330928a6172735c05767.tar.gz gdb-d88f6e576fe829e15d16330928a6172735c05767.tar.bz2 |
checkpoint
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/txvu.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/elf/txvu.h b/include/elf/txvu.h index e6a031d..fc8df7d 100644 --- a/include/elf/txvu.h +++ b/include/elf/txvu.h @@ -1,5 +1,5 @@ /* TXVU ELF support for BFD. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -23,7 +23,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., enum reloc_type { R_TXVU_NONE = 0, - /* insert reloc codes here, see other files for examples */ + R_TXVU_8, + R_TXVU_16, + R_TXVU_32, + R_TXVU_UA16, + R_TXVU_UA32, + R_TXVU_11_PCREL, R_TXVU_max }; |