diff options
author | Alan Modra <amodra@bigpond.net.au> | 2000-02-23 13:52:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2000-02-23 13:52:23 +0000 |
commit | b29498bb9009889ea620262b7da7a2613fd79484 (patch) | |
tree | c028abd778c39b58ca1d40cea0e0e42fc5cf34ad /bfd/reloc.c | |
parent | ce675a37d58a0175a3008c1f8134da35e7b7f50d (diff) | |
download | gdb-b29498bb9009889ea620262b7da7a2613fd79484.tar.gz |
Add IBM 370 support.
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 856994b6b4f..79d602a2ef7 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1,5 +1,5 @@ /* BFD support for handling relocation entries. - Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999 + Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. Written by Cygnus Support. @@ -2204,6 +2204,11 @@ ENUMDOC Power(rs6000) and PowerPC relocations. ENUM + BFD_RELOC_I370_D12 +ENUMDOC + IBM 370/390 relocations + +ENUM BFD_RELOC_CTOR ENUMDOC The type of reloc used to build a contructor table - at the moment |