projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a3df1
)
checkpoint
author
Doug Evans
<dje@google.com>
Tue, 20 Jan 1998 23:05:37 +0000
(23:05 +0000)
committer
Doug Evans
<dje@google.com>
Tue, 20 Jan 1998 23:05:37 +0000
(23:05 +0000)
include/elf/txvu.h
patch
|
blob
|
history
diff --git
a/include/elf/txvu.h
b/include/elf/txvu.h
index e6a031dfcc84d6ddc5c193c1b862900dbcbcc45f..fc8df7d928204653ac4d0a39159f1b295b36101b 100644
(file)
--- 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
};