diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-12-13 00:52:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-12-13 00:52:11 +0000 |
commit | b09b3dabfd0abea97463ebffb36726747377dce1 (patch) | |
tree | b8feefd8edd6d6778330960d8f4eb29a02f226fd | |
parent | ba4513e74f5c98e2e5ede750d38537f216b2e45d (diff) | |
download | gdb-b09b3dabfd0abea97463ebffb36726747377dce1.zip gdb-b09b3dabfd0abea97463ebffb36726747377dce1.tar.gz gdb-b09b3dabfd0abea97463ebffb36726747377dce1.tar.bz2 |
Sat Dec 12 15:54:36 1992 Ian Lance Taylor (ian@cygnus.com)
* coff-i386.c (CALC_ADDEND): if reloc is PC relative, add the
vaddr of the section to the addend.
* targets.c: if MINIMIZE is 1, and SCO_CORE is defined, add
SCO_CORE to SELECT_VECS.
(target_vector): add sco_core_vec.
* sco-core.c (sco_core_vec): add leading underscore initializer.
* configure.in (i[34]86-*-sco*): use target i386-sco.
* config/i386-sco.mt: new file; define SCO_CORE.
-rw-r--r-- | bfd/sco-core.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/sco-core.c b/bfd/sco-core.c index dfbaa78..01aac6c 100644 --- a/bfd/sco-core.c +++ b/bfd/sco-core.c @@ -269,9 +269,10 @@ bfd_target sco_core_vec = HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT), (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */ - ' ', /* ar_pad_char */ - 16, /* ar_max_namelen */ - 3, /* minimum alignment power */ + 0, /* leading underscore */ + ' ', /* ar_pad_char */ + 16, /* ar_max_namelen */ + 3, /* minimum alignment power */ NO_GET, NO_PUT, NO_GET, NO_PUT, NO_GET, NO_PUT, /* data */ NO_GET, NO_PUT, NO_GET, NO_PUT, NO_GET, NO_PUT, /* hdrs */ |