1993-02-16 04:44:28 +00:00
|
|
|
|
/* BFD back-end for oasys objects.
|
1993-02-23 20:24:06 +00:00
|
|
|
|
Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
1993-02-16 04:44:28 +00:00
|
|
|
|
Written by Steve Chamberlain of Cygnus Support, <sac@cygnus.com>.
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-08-17 00:17:15 +00:00
|
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-08-17 00:17:15 +00:00
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
1991-05-02 21:22:43 +00:00
|
|
|
|
it under the terms of the GNU General Public License as published by
|
1991-08-17 00:17:15 +00:00
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
(at your option) any later version.
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-08-17 00:17:15 +00:00
|
|
|
|
This program is distributed in the hope that it will be useful,
|
1991-05-02 21:22:43 +00:00
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-05-02 21:22:43 +00:00
|
|
|
|
You should have received a copy of the GNU General Public License
|
1991-08-17 00:17:15 +00:00
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-05-02 21:22:43 +00:00
|
|
|
|
#define UNDERSCORE_HACK 1
|
1991-04-04 02:12:28 +00:00
|
|
|
|
#include "bfd.h"
|
1992-01-24 22:44:51 +00:00
|
|
|
|
#include "sysdep.h"
|
1991-04-04 02:12:28 +00:00
|
|
|
|
#include "libbfd.h"
|
|
|
|
|
#include "oasys.h"
|
|
|
|
|
#include "liboasys.h"
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
1991-09-26 22:28:46 +00:00
|
|
|
|
/* XXX - FIXME. offsetof belongs in the system-specific files in
|
|
|
|
|
../include/sys. */
|
1991-09-17 01:27:55 +00:00
|
|
|
|
/* Define offsetof for those systems which lack it */
|
|
|
|
|
|
|
|
|
|
#ifndef offsetof
|
|
|
|
|
#define offsetof(type, identifier) (size_t) &(((type *) 0)->identifier)
|
|
|
|
|
#endif
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
|
|
|
|
/* Read in all the section data and relocation stuff too */
|
|
|
|
|
PROTO(static boolean,oasys_slurp_section_data,(bfd *CONST abfd));
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static void
|
|
|
|
|
DEFUN(oasys_read_record,(abfd, record),
|
|
|
|
|
bfd *CONST abfd AND
|
1991-04-04 02:12:28 +00:00
|
|
|
|
oasys_record_union_type *record)
|
|
|
|
|
{
|
|
|
|
|
|
1991-05-08 19:21:48 +00:00
|
|
|
|
bfd_read((PTR)record, 1, sizeof(record->header), abfd);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-05-03 05:56:58 +00:00
|
|
|
|
if ((size_t) record->header.length <= (size_t) sizeof (record->header))
|
|
|
|
|
return;
|
1991-05-08 19:21:48 +00:00
|
|
|
|
bfd_read((PTR)(((char *)record )+ sizeof(record->header)),
|
1991-04-04 02:12:28 +00:00
|
|
|
|
1, record->header.length - sizeof(record->header),
|
|
|
|
|
abfd);
|
|
|
|
|
}
|
|
|
|
|
static size_t
|
1991-04-17 00:54:03 +00:00
|
|
|
|
DEFUN(oasys_string_length,(record),
|
|
|
|
|
oasys_record_union_type *record)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
|
|
|
|
return record->header.length
|
|
|
|
|
- ((char *)record->symbol.name - (char *)record);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
Slurp the symbol table by reading in all the records at the start file
|
|
|
|
|
till we get to the first section record.
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
We'll sort the symbolss into two lists, defined and undefined. The
|
|
|
|
|
undefined symbols will be placed into the table according to their
|
|
|
|
|
refno.
|
|
|
|
|
|
|
|
|
|
We do this by placing all undefined symbols at the front of the table
|
|
|
|
|
moving in, and the defined symbols at the end of the table moving back.
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
static boolean
|
1991-04-17 00:54:03 +00:00
|
|
|
|
DEFUN(oasys_slurp_symbol_table,(abfd),
|
|
|
|
|
bfd * CONST abfd)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
|
|
|
|
oasys_record_union_type record;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
oasys_data_type *data = OASYS_DATA(abfd);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
boolean loop = true;
|
|
|
|
|
asymbol *dest_defined;
|
|
|
|
|
asymbol *dest;
|
|
|
|
|
char *string_ptr;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (data->symbols != (asymbol *)NULL) {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
/* Buy enough memory for all the symbols and all the names */
|
|
|
|
|
data->symbols =
|
1991-04-23 16:02:09 +00:00
|
|
|
|
(asymbol *)bfd_alloc(abfd, sizeof(asymbol) * abfd->symcount);
|
1991-04-08 23:26:05 +00:00
|
|
|
|
#ifdef UNDERSCORE_HACK
|
|
|
|
|
/* buy 1 more char for each symbol to keep the underscore in*/
|
1991-04-23 16:02:09 +00:00
|
|
|
|
data->strings = bfd_alloc(abfd, data->symbol_string_length +
|
1991-05-08 19:21:48 +00:00
|
|
|
|
abfd->symcount);
|
1991-04-08 23:26:05 +00:00
|
|
|
|
#else
|
1991-04-23 16:02:09 +00:00
|
|
|
|
data->strings = bfd_alloc(abfd, data->symbol_string_length);
|
1991-04-08 23:26:05 +00:00
|
|
|
|
#endif
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-05-08 19:21:48 +00:00
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
dest_defined = data->symbols + abfd->symcount -1;
|
|
|
|
|
|
|
|
|
|
string_ptr = data->strings;
|
|
|
|
|
bfd_seek(abfd, (file_ptr)0, SEEK_SET);
|
|
|
|
|
while (loop) {
|
1991-04-08 23:26:05 +00:00
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
oasys_read_record(abfd, &record);
|
|
|
|
|
switch (record.header.type) {
|
|
|
|
|
case oasys_record_is_header_enum:
|
|
|
|
|
break;
|
|
|
|
|
case oasys_record_is_local_enum:
|
|
|
|
|
case oasys_record_is_symbol_enum:
|
|
|
|
|
{
|
1992-01-24 22:44:51 +00:00
|
|
|
|
int flag = record.header.type == (int)oasys_record_is_local_enum ?
|
1991-04-08 23:26:05 +00:00
|
|
|
|
(BSF_LOCAL) : (BSF_GLOBAL | BSF_EXPORT);
|
|
|
|
|
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
size_t length = oasys_string_length(&record);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
switch (record.symbol.relb & RELOCATION_TYPE_BITS) {
|
1991-04-04 02:12:28 +00:00
|
|
|
|
case RELOCATION_TYPE_ABS:
|
|
|
|
|
dest = dest_defined--;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
dest->section = &bfd_abs_section;
|
|
|
|
|
dest->flags = 0;
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
break;
|
|
|
|
|
case RELOCATION_TYPE_REL:
|
|
|
|
|
dest = dest_defined--;
|
|
|
|
|
dest->section =
|
1992-01-24 22:44:51 +00:00
|
|
|
|
OASYS_DATA(abfd)->sections[record.symbol.relb &
|
1991-04-04 02:12:28 +00:00
|
|
|
|
RELOCATION_SECT_BITS];
|
1992-01-24 22:44:51 +00:00
|
|
|
|
if (record.header.type == (int)oasys_record_is_local_enum)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-08 23:26:05 +00:00
|
|
|
|
dest->flags = BSF_LOCAL;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
if (dest->section ==(asection *)(~0)) {
|
|
|
|
|
/* It seems that sometimes internal symbols are tied up, but
|
|
|
|
|
still get output, even though there is no
|
|
|
|
|
section */
|
|
|
|
|
dest->section = 0;
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
|
1991-04-08 23:26:05 +00:00
|
|
|
|
dest->flags = flag;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case RELOCATION_TYPE_UND:
|
1993-10-28 20:36:48 +00:00
|
|
|
|
dest = data->symbols + bfd_h_get_16(abfd, record.symbol.refno);
|
1992-01-24 22:44:51 +00:00
|
|
|
|
dest->section = &bfd_und_section;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
break;
|
|
|
|
|
case RELOCATION_TYPE_COM:
|
|
|
|
|
dest = dest_defined--;
|
|
|
|
|
dest->name = string_ptr;
|
|
|
|
|
dest->the_bfd = abfd;
|
|
|
|
|
|
1992-01-24 22:44:51 +00:00
|
|
|
|
dest->section = &bfd_com_section;
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
break;
|
1991-09-16 23:48:33 +00:00
|
|
|
|
default:
|
|
|
|
|
dest = dest_defined--;
|
|
|
|
|
BFD_ASSERT(0);
|
|
|
|
|
break;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
dest->name = string_ptr;
|
|
|
|
|
dest->the_bfd = abfd;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
dest->udata = (PTR)NULL;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
dest->value = bfd_h_get_32(abfd, record.symbol.value);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
#ifdef UNDERSCORE_HACK
|
|
|
|
|
if (record.symbol.name[0] != '_') {
|
|
|
|
|
string_ptr[0] = '_';
|
|
|
|
|
string_ptr++;
|
|
|
|
|
}
|
1991-04-08 23:26:05 +00:00
|
|
|
|
#endif
|
1991-04-04 02:12:28 +00:00
|
|
|
|
memcpy(string_ptr, record.symbol.name, length);
|
1991-04-08 23:26:05 +00:00
|
|
|
|
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
string_ptr[length] =0;
|
|
|
|
|
string_ptr += length +1;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
loop = false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
1991-05-08 19:21:48 +00:00
|
|
|
|
static unsigned int
|
1991-04-17 00:54:03 +00:00
|
|
|
|
DEFUN(oasys_get_symtab_upper_bound,(abfd),
|
|
|
|
|
bfd *CONST abfd)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
|
|
|
|
oasys_slurp_symbol_table (abfd);
|
|
|
|
|
|
1991-04-08 23:26:05 +00:00
|
|
|
|
return (abfd->symcount+1) * (sizeof (oasys_symbol_type *));
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
extern bfd_target oasys_vec;
|
|
|
|
|
|
|
|
|
|
unsigned int
|
1991-04-17 00:54:03 +00:00
|
|
|
|
DEFUN(oasys_get_symtab,(abfd, location),
|
|
|
|
|
bfd *abfd AND
|
|
|
|
|
asymbol **location)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
|
|
|
|
asymbol *symbase ;
|
|
|
|
|
unsigned int counter ;
|
|
|
|
|
if (oasys_slurp_symbol_table(abfd) == false) {
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
1992-01-24 22:44:51 +00:00
|
|
|
|
symbase = OASYS_DATA(abfd)->symbols;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
for (counter = 0; counter < abfd->symcount; counter++) {
|
|
|
|
|
*(location++) = symbase++;
|
|
|
|
|
}
|
|
|
|
|
*location = 0;
|
|
|
|
|
return abfd->symcount;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/***********************************************************************
|
|
|
|
|
* archive stuff
|
|
|
|
|
*/
|
1991-05-21 15:57:42 +00:00
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static bfd_target *
|
|
|
|
|
DEFUN(oasys_archive_p,(abfd),
|
|
|
|
|
bfd *abfd)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
|
|
|
|
oasys_archive_header_type header;
|
1991-08-17 00:17:15 +00:00
|
|
|
|
oasys_extarchive_header_type header_ext;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
unsigned int i;
|
1991-06-07 01:32:45 +00:00
|
|
|
|
file_ptr filepos;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_seek(abfd, (file_ptr) 0, false);
|
1991-05-11 02:22:21 +00:00
|
|
|
|
bfd_read((PTR)&header_ext, 1, sizeof(header_ext), abfd);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
header.version = bfd_h_get_32(abfd, header_ext.version);
|
|
|
|
|
header.mod_count = bfd_h_get_32(abfd, header_ext.mod_count);
|
|
|
|
|
header.mod_tbl_offset = bfd_h_get_32(abfd, header_ext.mod_tbl_offset);
|
|
|
|
|
header.sym_tbl_size = bfd_h_get_32(abfd, header_ext.sym_tbl_size);
|
|
|
|
|
header.sym_count = bfd_h_get_32(abfd, header_ext.sym_count);
|
|
|
|
|
header.sym_tbl_offset = bfd_h_get_32(abfd, header_ext.sym_tbl_offset);
|
|
|
|
|
header.xref_count = bfd_h_get_32(abfd, header_ext.xref_count);
|
|
|
|
|
header.xref_lst_offset = bfd_h_get_32(abfd, header_ext.xref_lst_offset);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
/*
|
1991-05-11 02:22:21 +00:00
|
|
|
|
There isn't a magic number in an Oasys archive, so the best we
|
|
|
|
|
can do to verify reasnableness is to make sure that the values in
|
|
|
|
|
the header are too weird
|
|
|
|
|
*/
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
if (header.version>10000 ||
|
|
|
|
|
header.mod_count>10000 ||
|
|
|
|
|
header.sym_count>100000 ||
|
|
|
|
|
header.xref_count > 100000) return (bfd_target *)NULL;
|
|
|
|
|
|
|
|
|
|
/*
|
1993-10-28 20:36:48 +00:00
|
|
|
|
That all worked, let's buy the space for the header and read in
|
1991-05-11 02:22:21 +00:00
|
|
|
|
the headers.
|
|
|
|
|
*/
|
|
|
|
|
{
|
|
|
|
|
oasys_ar_data_type *ar =
|
|
|
|
|
(oasys_ar_data_type*) bfd_alloc(abfd, sizeof(oasys_ar_data_type));
|
|
|
|
|
|
|
|
|
|
oasys_module_info_type *module =
|
|
|
|
|
(oasys_module_info_type*)
|
|
|
|
|
bfd_alloc(abfd, sizeof(oasys_module_info_type) * header.mod_count);
|
|
|
|
|
|
|
|
|
|
oasys_module_table_type record;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
1992-01-24 22:44:51 +00:00
|
|
|
|
abfd->tdata.oasys_ar_data = ar;
|
1991-05-11 02:22:21 +00:00
|
|
|
|
ar->module = module;
|
|
|
|
|
ar->module_count = header.mod_count;
|
|
|
|
|
|
1991-06-07 01:32:45 +00:00
|
|
|
|
filepos = header.mod_tbl_offset;
|
1991-05-11 02:22:21 +00:00
|
|
|
|
for (i = 0; i < header.mod_count; i++) {
|
* aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c,
coffcode.h, elf.c, ieee.c, libaout.h, libbfd.c, oasys.c,
sco-core.c: Lint: Second argument of bfd_seek is always file_ptr.
Third argument is SEEK_SET or SEEK_CUR. Result is always 0 or -1.
1992-10-15 09:00:09 +00:00
|
|
|
|
bfd_seek(abfd, filepos, SEEK_SET);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
|
|
|
|
/* There are two ways of specifying the archive header */
|
|
|
|
|
|
|
|
|
|
if (0) {
|
1991-08-17 00:17:15 +00:00
|
|
|
|
oasys_extmodule_table_type_a_type record_ext;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
bfd_read((PTR)&record_ext, 1, sizeof(record_ext), abfd);
|
1991-05-11 02:22:21 +00:00
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
record.mod_size = bfd_h_get_32(abfd, record_ext.mod_size);
|
|
|
|
|
record.file_offset = bfd_h_get_32(abfd, record_ext.file_offset);
|
1991-06-07 01:32:45 +00:00
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
record.dep_count = bfd_h_get_32(abfd, record_ext.dep_count);
|
|
|
|
|
record.depee_count = bfd_h_get_32(abfd, record_ext.depee_count);
|
|
|
|
|
record.sect_count = bfd_h_get_32(abfd, record_ext.sect_count);
|
1991-06-07 01:32:45 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
module[i].name = bfd_alloc(abfd,33);
|
1991-06-07 01:32:45 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
memcpy(module[i].name, record_ext.mod_name, 33);
|
|
|
|
|
filepos +=
|
|
|
|
|
sizeof(record_ext) +
|
|
|
|
|
record.dep_count * 4 +
|
|
|
|
|
record.depee_count * 4 +
|
|
|
|
|
record.sect_count * 8 + 187;
|
|
|
|
|
}
|
|
|
|
|
else {
|
1991-08-17 00:17:15 +00:00
|
|
|
|
oasys_extmodule_table_type_b_type record_ext;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
bfd_read((PTR)&record_ext, 1, sizeof(record_ext), abfd);
|
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
record.mod_size = bfd_h_get_32(abfd, record_ext.mod_size);
|
|
|
|
|
record.file_offset = bfd_h_get_32(abfd, record_ext.file_offset);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
record.dep_count = bfd_h_get_32(abfd, record_ext.dep_count);
|
|
|
|
|
record.depee_count = bfd_h_get_32(abfd, record_ext.depee_count);
|
|
|
|
|
record.sect_count = bfd_h_get_32(abfd, record_ext.sect_count);
|
|
|
|
|
record.module_name_size = bfd_h_get_32(abfd, record_ext.mod_name_length);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
|
|
|
|
module[i].name = bfd_alloc(abfd,record.module_name_size + 1);
|
|
|
|
|
bfd_read((PTR)module[i].name, 1, record.module_name_size, abfd);
|
|
|
|
|
module[i].name[record.module_name_size] = 0;
|
|
|
|
|
filepos +=
|
|
|
|
|
sizeof(record_ext) +
|
|
|
|
|
record.dep_count * 4 +
|
|
|
|
|
record.module_name_size + 1;
|
1991-05-11 02:22:21 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
}
|
1991-05-11 02:22:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module[i].size = record.mod_size;
|
|
|
|
|
module[i].pos = record.file_offset;
|
1991-06-07 01:32:45 +00:00
|
|
|
|
module[i].abfd = 0;
|
1991-05-11 02:22:21 +00:00
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-05-11 02:22:21 +00:00
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
return abfd->xvec;
|
|
|
|
|
}
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static boolean
|
|
|
|
|
DEFUN(oasys_mkobject,(abfd),
|
|
|
|
|
bfd *abfd)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-23 16:02:09 +00:00
|
|
|
|
|
1992-01-24 22:44:51 +00:00
|
|
|
|
abfd->tdata.oasys_obj_data = (oasys_data_type*)bfd_alloc(abfd, sizeof(oasys_data_type));
|
1991-04-17 00:54:03 +00:00
|
|
|
|
return true;
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
#define MAX_SECS 16
|
|
|
|
|
static bfd_target *
|
|
|
|
|
DEFUN(oasys_object_p,(abfd),
|
|
|
|
|
bfd *abfd)
|
|
|
|
|
{
|
|
|
|
|
oasys_data_type *oasys;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
oasys_data_type *save = OASYS_DATA(abfd);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
boolean loop = true;
|
|
|
|
|
boolean had_usefull = false;
|
1991-05-02 21:22:43 +00:00
|
|
|
|
|
1992-01-24 22:44:51 +00:00
|
|
|
|
abfd->tdata.oasys_obj_data = 0;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
oasys_mkobject(abfd);
|
1992-01-24 22:44:51 +00:00
|
|
|
|
oasys = OASYS_DATA(abfd);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
memset((PTR)oasys->sections, 0xff, sizeof(oasys->sections));
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
/* Point to the start of the file */
|
|
|
|
|
bfd_seek(abfd, (file_ptr)0, SEEK_SET);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
oasys->symbol_string_length = 0;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
/* Inspect the records, but only keep the section info -
|
|
|
|
|
remember the size of the symbols
|
|
|
|
|
*/
|
1991-04-17 00:54:03 +00:00
|
|
|
|
oasys->first_data_record = 0;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
while (loop) {
|
|
|
|
|
oasys_record_union_type record;
|
|
|
|
|
oasys_read_record(abfd, &record);
|
1991-04-17 23:19:27 +00:00
|
|
|
|
if ((size_t)record.header.length < (size_t)sizeof(record.header))
|
1991-04-17 00:54:03 +00:00
|
|
|
|
goto fail;
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
switch ((oasys_record_enum_type)(record.header.type)) {
|
|
|
|
|
case oasys_record_is_header_enum:
|
|
|
|
|
had_usefull = true;
|
|
|
|
|
break;
|
|
|
|
|
case oasys_record_is_symbol_enum:
|
|
|
|
|
case oasys_record_is_local_enum:
|
|
|
|
|
/* Count symbols and remember their size for a future malloc */
|
|
|
|
|
abfd->symcount++;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
oasys->symbol_string_length += 1 + oasys_string_length(&record);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
had_usefull = true;
|
|
|
|
|
break;
|
|
|
|
|
case oasys_record_is_section_enum:
|
1991-04-17 00:54:03 +00:00
|
|
|
|
{
|
|
|
|
|
asection *s;
|
|
|
|
|
char *buffer;
|
|
|
|
|
unsigned int section_number;
|
|
|
|
|
if (record.section.header.length != sizeof(record.section))
|
|
|
|
|
{
|
|
|
|
|
goto fail;
|
|
|
|
|
}
|
1991-04-23 16:02:09 +00:00
|
|
|
|
buffer = bfd_alloc(abfd, 3);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
section_number= record.section.relb & RELOCATION_SECT_BITS;
|
|
|
|
|
sprintf(buffer,"%u", section_number);
|
|
|
|
|
s = bfd_make_section(abfd,buffer);
|
|
|
|
|
oasys->sections[section_number] = s;
|
|
|
|
|
switch (record.section.relb & RELOCATION_TYPE_BITS) {
|
|
|
|
|
case RELOCATION_TYPE_ABS:
|
|
|
|
|
case RELOCATION_TYPE_REL:
|
|
|
|
|
break;
|
|
|
|
|
case RELOCATION_TYPE_UND:
|
|
|
|
|
case RELOCATION_TYPE_COM:
|
|
|
|
|
BFD_FAIL();
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
s->_raw_size = bfd_h_get_32(abfd, record.section.value);
|
|
|
|
|
s->vma = bfd_h_get_32(abfd, record.section.vma);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
s->flags= 0;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
had_usefull = true;
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
break;
|
|
|
|
|
case oasys_record_is_data_enum:
|
1991-04-17 00:54:03 +00:00
|
|
|
|
oasys->first_data_record = bfd_tell(abfd) - record.header.length;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
case oasys_record_is_debug_enum:
|
|
|
|
|
case oasys_record_is_module_enum:
|
|
|
|
|
case oasys_record_is_named_section_enum:
|
|
|
|
|
case oasys_record_is_end_enum:
|
1991-04-17 00:54:03 +00:00
|
|
|
|
if (had_usefull == false) goto fail;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
loop = false;
|
|
|
|
|
break;
|
|
|
|
|
default:
|
1991-04-17 00:54:03 +00:00
|
|
|
|
goto fail;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
oasys->symbols = (asymbol *)NULL;
|
|
|
|
|
/*
|
1991-04-17 00:54:03 +00:00
|
|
|
|
Oasys support several architectures, but I can't see a simple way
|
|
|
|
|
to discover which one is in a particular file - we'll guess
|
|
|
|
|
*/
|
1992-01-24 22:44:51 +00:00
|
|
|
|
bfd_default_set_arch_mach(abfd, bfd_arch_m68k, 0);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
if (abfd->symcount != 0) {
|
|
|
|
|
abfd->flags |= HAS_SYMS;
|
|
|
|
|
}
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
We don't know if a section has data until we've read it..
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
oasys_slurp_section_data(abfd);
|
|
|
|
|
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
return abfd->xvec;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
fail:
|
1991-04-23 16:02:09 +00:00
|
|
|
|
(void) bfd_release(abfd, oasys);
|
1992-01-24 22:44:51 +00:00
|
|
|
|
abfd->tdata.oasys_obj_data = save;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
return (bfd_target *)NULL;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
static void
|
|
|
|
|
DEFUN(oasys_get_symbol_info,(ignore_abfd, symbol, ret),
|
|
|
|
|
bfd *ignore_abfd AND
|
|
|
|
|
asymbol *symbol AND
|
|
|
|
|
symbol_info *ret)
|
|
|
|
|
{
|
|
|
|
|
bfd_symbol_info (symbol, ret);
|
|
|
|
|
if (!symbol->section)
|
|
|
|
|
ret->type = (symbol->flags & BSF_LOCAL) ? 'a' : 'A';
|
|
|
|
|
}
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static void
|
1991-05-11 00:38:47 +00:00
|
|
|
|
DEFUN(oasys_print_symbol,(ignore_abfd, afile, symbol, how),
|
1991-04-17 00:54:03 +00:00
|
|
|
|
bfd *ignore_abfd AND
|
1991-05-11 00:38:47 +00:00
|
|
|
|
PTR afile AND
|
1991-04-17 00:54:03 +00:00
|
|
|
|
asymbol *symbol AND
|
1992-01-24 22:44:51 +00:00
|
|
|
|
bfd_print_symbol_type how)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-05-11 00:38:47 +00:00
|
|
|
|
FILE *file = (FILE *)afile;
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
switch (how) {
|
1992-01-24 22:44:51 +00:00
|
|
|
|
case bfd_print_symbol_name:
|
|
|
|
|
case bfd_print_symbol_more:
|
1991-04-04 02:12:28 +00:00
|
|
|
|
fprintf(file,"%s", symbol->name);
|
|
|
|
|
break;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
case bfd_print_symbol_all:
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1992-01-24 22:44:51 +00:00
|
|
|
|
CONST char *section_name = symbol->section == (asection *)NULL ?
|
|
|
|
|
(CONST char *) "*abs" : symbol->section->name;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
bfd_print_symbol_vandf((PTR)file,symbol);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
fprintf(file," %-5s %s",
|
|
|
|
|
section_name,
|
|
|
|
|
symbol->name);
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/*
|
|
|
|
|
The howto table is build using the top two bits of a reloc byte to
|
|
|
|
|
index into it. The bits are PCREL,WORD/LONG
|
|
|
|
|
*/
|
|
|
|
|
static reloc_howto_type howto_table[]=
|
|
|
|
|
{
|
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
HOWTO( 0, 0, 1, 16, false,0,complain_overflow_bitfield,0,"abs16",true,0x0000ffff, 0x0000ffff,false),
|
|
|
|
|
HOWTO( 0, 0, 2, 32, false,0,complain_overflow_bitfield,0,"abs32",true,0xffffffff, 0xffffffff,false),
|
|
|
|
|
HOWTO( 0, 0, 1, 16, true,0,complain_overflow_signed,0,"pcrel16",true,0x0000ffff, 0x0000ffff,false),
|
|
|
|
|
HOWTO( 0, 0, 2, 32, true,0,complain_overflow_signed,0,"pcrel32",true,0xffffffff, 0xffffffff,false)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/* Read in all the section data and relocation stuff too */
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static boolean
|
|
|
|
|
DEFUN(oasys_slurp_section_data,(abfd),
|
|
|
|
|
bfd *CONST abfd)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
|
|
|
|
oasys_record_union_type record;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
oasys_data_type *data = OASYS_DATA(abfd);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
boolean loop = true;
|
|
|
|
|
|
|
|
|
|
oasys_per_section_type *per ;
|
|
|
|
|
|
|
|
|
|
asection *s;
|
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
/* See if the data has been slurped already .. */
|
1991-04-04 02:12:28 +00:00
|
|
|
|
for (s = abfd->sections; s != (asection *)NULL; s= s->next) {
|
|
|
|
|
per = oasys_per_section(s);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
if (per->initialized == true)
|
|
|
|
|
return true;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
1991-04-08 23:26:05 +00:00
|
|
|
|
if (data->first_data_record == 0) return true;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
bfd_seek(abfd, data->first_data_record, SEEK_SET);
|
|
|
|
|
while (loop) {
|
|
|
|
|
oasys_read_record(abfd, &record);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
switch (record.header.type)
|
1991-04-08 23:26:05 +00:00
|
|
|
|
{
|
1991-07-04 16:52:56 +00:00
|
|
|
|
case oasys_record_is_header_enum:
|
|
|
|
|
break;
|
|
|
|
|
case oasys_record_is_data_enum:
|
|
|
|
|
{
|
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_byte *src = record.data.data;
|
|
|
|
|
bfd_byte *end_src = ((bfd_byte *)&record) + record.header.length;
|
|
|
|
|
bfd_byte *dst_ptr;
|
|
|
|
|
bfd_byte *dst_base_ptr;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
unsigned int relbit;
|
|
|
|
|
unsigned int count;
|
|
|
|
|
asection * section =
|
|
|
|
|
data->sections[record.data.relb & RELOCATION_SECT_BITS];
|
|
|
|
|
bfd_vma dst_offset ;
|
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
per = oasys_per_section(section);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
|
|
|
|
if (per->initialized == false)
|
|
|
|
|
{
|
1992-01-24 22:44:51 +00:00
|
|
|
|
per->data = (bfd_byte *) bfd_zalloc(abfd, section->_raw_size);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
per->reloc_tail_ptr = (oasys_reloc_type **)&(section->relocation);
|
|
|
|
|
per->had_vma = false;
|
|
|
|
|
per->initialized = true;
|
|
|
|
|
section->reloc_count = 0;
|
|
|
|
|
section->flags = SEC_ALLOC;
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
dst_offset = bfd_h_get_32(abfd, record.data.addr) ;
|
|
|
|
|
if (per->had_vma == false) {
|
|
|
|
|
/* Take the first vma we see as the base */
|
|
|
|
|
section->vma = dst_offset;
|
|
|
|
|
per->had_vma = true;
|
|
|
|
|
}
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
dst_offset -= section->vma;
|
1991-05-07 19:13:58 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
dst_base_ptr = oasys_per_section(section)->data;
|
|
|
|
|
dst_ptr = oasys_per_section(section)->data +
|
|
|
|
|
dst_offset;
|
|
|
|
|
|
|
|
|
|
if (src < end_src) {
|
|
|
|
|
section->flags |= SEC_LOAD | SEC_HAS_CONTENTS;
|
|
|
|
|
}
|
|
|
|
|
while (src < end_src) {
|
1993-10-28 20:36:48 +00:00
|
|
|
|
unsigned char mod_byte = *src++;
|
|
|
|
|
size_t gap = end_src - src;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
|
|
|
|
count = 8;
|
|
|
|
|
if (mod_byte == 0 && gap >= 8) {
|
|
|
|
|
dst_ptr[0] = src[0];
|
|
|
|
|
dst_ptr[1] = src[1];
|
|
|
|
|
dst_ptr[2] = src[2];
|
|
|
|
|
dst_ptr[3] = src[3];
|
|
|
|
|
dst_ptr[4] = src[4];
|
|
|
|
|
dst_ptr[5] = src[5];
|
|
|
|
|
dst_ptr[6] = src[6];
|
|
|
|
|
dst_ptr[7] = src[7];
|
|
|
|
|
dst_ptr+= 8;
|
|
|
|
|
src += 8;
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
for (relbit = 1; count-- != 0 && src < end_src; relbit <<=1)
|
|
|
|
|
{
|
|
|
|
|
if (relbit & mod_byte)
|
|
|
|
|
{
|
1993-10-28 20:36:48 +00:00
|
|
|
|
unsigned char reloc = *src;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
/* This item needs to be relocated */
|
|
|
|
|
switch (reloc & RELOCATION_TYPE_BITS) {
|
|
|
|
|
case RELOCATION_TYPE_ABS:
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
case RELOCATION_TYPE_REL:
|
|
|
|
|
{
|
|
|
|
|
/* Relocate the item relative to the section */
|
|
|
|
|
oasys_reloc_type *r =
|
|
|
|
|
(oasys_reloc_type *)
|
|
|
|
|
bfd_alloc(abfd,
|
|
|
|
|
sizeof(oasys_reloc_type));
|
|
|
|
|
*(per->reloc_tail_ptr) = r;
|
|
|
|
|
per->reloc_tail_ptr = &r->next;
|
|
|
|
|
r->next= (oasys_reloc_type *)NULL;
|
|
|
|
|
/* Reference to undefined symbol */
|
|
|
|
|
src++;
|
|
|
|
|
/* There is no symbol */
|
|
|
|
|
r->symbol = 0;
|
|
|
|
|
/* Work out the howto */
|
1992-01-24 22:44:51 +00:00
|
|
|
|
abort();
|
|
|
|
|
#if 0
|
1991-07-04 16:52:56 +00:00
|
|
|
|
r->relent.section =
|
1992-01-24 22:44:51 +00:00
|
|
|
|
data->sections[reloc &
|
|
|
|
|
RELOCATION_SECT_BITS];
|
|
|
|
|
|
|
|
|
|
r->relent.addend = -
|
1993-10-28 20:36:48 +00:00
|
|
|
|
r->relent.section->vma;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
#endif
|
1991-07-04 16:52:56 +00:00
|
|
|
|
r->relent.address = dst_ptr - dst_base_ptr;
|
|
|
|
|
r->relent.howto = &howto_table[reloc>>6];
|
|
|
|
|
r->relent.sym_ptr_ptr = (asymbol **)NULL;
|
|
|
|
|
section->reloc_count++;
|
|
|
|
|
|
|
|
|
|
/* Fake up the data to look like it's got the -ve pc in it, this makes
|
|
|
|
|
it much easier to convert into other formats. This is done by
|
|
|
|
|
hitting the addend.
|
|
|
|
|
*/
|
|
|
|
|
if (r->relent.howto->pc_relative == true) {
|
|
|
|
|
r->relent.addend -= dst_ptr - dst_base_ptr;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case RELOCATION_TYPE_UND:
|
|
|
|
|
{
|
|
|
|
|
oasys_reloc_type *r =
|
|
|
|
|
(oasys_reloc_type *)
|
|
|
|
|
bfd_alloc(abfd,
|
|
|
|
|
sizeof(oasys_reloc_type));
|
|
|
|
|
*(per->reloc_tail_ptr) = r;
|
|
|
|
|
per->reloc_tail_ptr = &r->next;
|
|
|
|
|
r->next= (oasys_reloc_type *)NULL;
|
|
|
|
|
/* Reference to undefined symbol */
|
|
|
|
|
src++;
|
|
|
|
|
/* Get symbol number */
|
|
|
|
|
r->symbol = (src[0]<<8) | src[1];
|
|
|
|
|
/* Work out the howto */
|
1992-01-24 22:44:51 +00:00
|
|
|
|
abort();
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
r->relent.section = (asection
|
|
|
|
|
*)NULL;
|
|
|
|
|
#endif
|
1991-07-04 16:52:56 +00:00
|
|
|
|
r->relent.addend = 0;
|
|
|
|
|
r->relent.address = dst_ptr - dst_base_ptr;
|
|
|
|
|
r->relent.howto = &howto_table[reloc>>6];
|
|
|
|
|
r->relent.sym_ptr_ptr = (asymbol **)NULL;
|
|
|
|
|
section->reloc_count++;
|
|
|
|
|
|
|
|
|
|
src+=2;
|
|
|
|
|
/* Fake up the data to look like it's got the -ve pc in it, this makes
|
|
|
|
|
it much easier to convert into other formats. This is done by
|
|
|
|
|
hitting the addend.
|
|
|
|
|
*/
|
|
|
|
|
if (r->relent.howto->pc_relative == true) {
|
|
|
|
|
r->relent.addend -= dst_ptr - dst_base_ptr;
|
|
|
|
|
}
|
1991-05-07 19:13:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case RELOCATION_TYPE_COM:
|
|
|
|
|
BFD_FAIL();
|
1991-04-08 23:26:05 +00:00
|
|
|
|
}
|
1991-07-04 16:52:56 +00:00
|
|
|
|
}
|
|
|
|
|
*dst_ptr++ = *src++;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
1991-07-04 16:52:56 +00:00
|
|
|
|
break;
|
|
|
|
|
case oasys_record_is_local_enum:
|
|
|
|
|
case oasys_record_is_symbol_enum:
|
|
|
|
|
case oasys_record_is_section_enum:
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
loop = false;
|
1991-04-08 23:26:05 +00:00
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
return true;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
extern bfd_error_vector_type bfd_error_vector;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static boolean
|
|
|
|
|
DEFUN(oasys_new_section_hook,(abfd, newsect),
|
|
|
|
|
bfd *abfd AND
|
|
|
|
|
asection *newsect)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-18 01:50:06 +00:00
|
|
|
|
newsect->used_by_bfd = (PTR)
|
1991-04-23 16:02:09 +00:00
|
|
|
|
bfd_alloc(abfd, sizeof(oasys_per_section_type));
|
1991-04-04 02:12:28 +00:00
|
|
|
|
oasys_per_section( newsect)->data = (bfd_byte *)NULL;
|
|
|
|
|
oasys_per_section(newsect)->section = newsect;
|
|
|
|
|
oasys_per_section(newsect)->offset = 0;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
oasys_per_section(newsect)->initialized = false;
|
|
|
|
|
newsect->alignment_power = 1;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
/* Turn the section string into an index */
|
|
|
|
|
|
|
|
|
|
sscanf(newsect->name,"%u", &newsect->target_index);
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static unsigned int
|
|
|
|
|
DEFUN(oasys_get_reloc_upper_bound, (abfd, asect),
|
|
|
|
|
bfd *abfd AND
|
|
|
|
|
sec_ptr asect)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
|
|
|
|
oasys_slurp_section_data(abfd);
|
|
|
|
|
return (asect->reloc_count+1) * sizeof(arelent *);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static boolean
|
1991-04-17 00:54:03 +00:00
|
|
|
|
DEFUN(oasys_get_section_contents,(abfd, section, location, offset, count),
|
|
|
|
|
bfd *abfd AND
|
|
|
|
|
sec_ptr section AND
|
1991-05-11 00:38:47 +00:00
|
|
|
|
PTR location AND
|
1991-04-17 00:54:03 +00:00
|
|
|
|
file_ptr offset AND
|
1991-05-21 00:14:16 +00:00
|
|
|
|
bfd_size_type count)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-18 01:50:06 +00:00
|
|
|
|
oasys_per_section_type *p = (oasys_per_section_type *) section->used_by_bfd;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
oasys_slurp_section_data(abfd);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
if (p->initialized == false)
|
|
|
|
|
{
|
|
|
|
|
(void) memset(location, 0, (int)count);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
1991-08-17 00:17:15 +00:00
|
|
|
|
(void) memcpy(location,(PTR)( p->data + offset), (int)count);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unsigned int
|
1991-09-26 22:28:46 +00:00
|
|
|
|
DEFUN(oasys_canonicalize_reloc,(ignore_abfd, section, relptr, symbols),
|
|
|
|
|
bfd *ignore_abfd AND
|
1991-04-17 00:54:03 +00:00
|
|
|
|
sec_ptr section AND
|
|
|
|
|
arelent **relptr AND
|
|
|
|
|
asymbol **symbols)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-17 00:54:03 +00:00
|
|
|
|
unsigned int reloc_count = 0;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
oasys_reloc_type *src = (oasys_reloc_type *)(section->relocation);
|
|
|
|
|
while (src != (oasys_reloc_type *)NULL) {
|
1992-01-24 22:44:51 +00:00
|
|
|
|
abort();
|
|
|
|
|
|
|
|
|
|
#if 0
|
1991-04-17 00:54:03 +00:00
|
|
|
|
if (src->relent.section == (asection *)NULL)
|
|
|
|
|
{
|
|
|
|
|
src->relent.sym_ptr_ptr = symbols + src->symbol;
|
|
|
|
|
}
|
1992-01-24 22:44:51 +00:00
|
|
|
|
#endif
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
*relptr ++ = &src->relent;
|
|
|
|
|
src = src->next;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
reloc_count++;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
*relptr = (arelent *)NULL;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
return section->reloc_count = reloc_count;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Writing */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Calculate the checksum and write one record */
|
|
|
|
|
static void
|
|
|
|
|
DEFUN(oasys_write_record,(abfd, type, record, size),
|
|
|
|
|
bfd *CONST abfd AND
|
|
|
|
|
CONST oasys_record_enum_type type AND
|
|
|
|
|
oasys_record_union_type *record AND
|
|
|
|
|
CONST size_t size)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-17 00:54:03 +00:00
|
|
|
|
int checksum;
|
|
|
|
|
size_t i;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
unsigned char *ptr;
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
record->header.length = size;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
record->header.type = (int)type;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
record->header.check_sum = 0;
|
|
|
|
|
record->header.fill = 0;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
ptr = (unsigned char *)&record->pad[0];
|
1991-04-17 00:54:03 +00:00
|
|
|
|
checksum = 0;
|
|
|
|
|
for (i = 0; i < size; i++) {
|
|
|
|
|
checksum += *ptr++;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
1991-04-17 00:54:03 +00:00
|
|
|
|
record->header.check_sum = 0xff & (- checksum);
|
|
|
|
|
bfd_write((PTR)record, 1, size, abfd);
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
/* Write out all the symbols */
|
|
|
|
|
static void
|
|
|
|
|
DEFUN(oasys_write_syms, (abfd),
|
|
|
|
|
bfd * CONST abfd)
|
|
|
|
|
{
|
|
|
|
|
unsigned int count;
|
|
|
|
|
asymbol **generic = bfd_get_outsymbols(abfd);
|
|
|
|
|
unsigned int index = 0;
|
|
|
|
|
for (count = 0; count < bfd_get_symcount(abfd); count++) {
|
|
|
|
|
|
|
|
|
|
oasys_symbol_record_type symbol;
|
|
|
|
|
asymbol * CONST g = generic[count];
|
|
|
|
|
|
|
|
|
|
CONST char *src = g->name;
|
|
|
|
|
char *dst = symbol.name;
|
|
|
|
|
unsigned int l = 0;
|
|
|
|
|
|
1993-02-16 04:44:28 +00:00
|
|
|
|
if (bfd_is_com_section (g->section)) {
|
1991-04-17 00:54:03 +00:00
|
|
|
|
symbol.relb = RELOCATION_TYPE_COM;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_h_put_16(abfd, index, symbol.refno);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
index++;
|
|
|
|
|
}
|
1992-01-24 22:44:51 +00:00
|
|
|
|
else if (g->section == & bfd_abs_section) {
|
1991-04-17 00:54:03 +00:00
|
|
|
|
symbol.relb = RELOCATION_TYPE_ABS;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_h_put_16(abfd, 0, symbol.refno);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
}
|
1992-01-24 22:44:51 +00:00
|
|
|
|
else if (g->section == &bfd_und_section) {
|
1991-04-17 00:54:03 +00:00
|
|
|
|
symbol.relb = RELOCATION_TYPE_UND ;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_h_put_16(abfd, index, symbol.refno);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
/* Overload the value field with the output index number */
|
|
|
|
|
index++;
|
|
|
|
|
}
|
|
|
|
|
else if (g->flags & BSF_DEBUGGING) {
|
|
|
|
|
/* throw it away */
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
else {
|
1991-07-04 16:52:56 +00:00
|
|
|
|
if (g->section == (asection *)NULL) {
|
|
|
|
|
/* Sometime, the oasys tools give out a symbol with illegal
|
|
|
|
|
bits in it, we'll output it in the same broken way */
|
|
|
|
|
|
|
|
|
|
symbol.relb = RELOCATION_TYPE_REL | 0;
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
symbol.relb = RELOCATION_TYPE_REL |g->section->output_section->target_index;
|
|
|
|
|
}
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_h_put_16(abfd, 0, symbol.refno);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
}
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
#ifdef UNDERSCORE_HACK
|
|
|
|
|
if (src[l] == '_')
|
|
|
|
|
dst[l++] = '.';
|
|
|
|
|
#endif
|
1991-04-17 00:54:03 +00:00
|
|
|
|
while (src[l]) {
|
|
|
|
|
dst[l] = src[l];
|
|
|
|
|
l++;
|
|
|
|
|
}
|
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_h_put_32(abfd, g->value, symbol.value);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (g->flags & BSF_LOCAL) {
|
|
|
|
|
oasys_write_record(abfd,
|
|
|
|
|
oasys_record_is_local_enum,
|
|
|
|
|
(oasys_record_union_type *) &symbol,
|
1991-09-16 23:48:33 +00:00
|
|
|
|
offsetof(oasys_symbol_record_type, name[0]) + l);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
oasys_write_record(abfd,
|
|
|
|
|
oasys_record_is_symbol_enum,
|
|
|
|
|
(oasys_record_union_type *) &symbol,
|
1991-09-16 23:48:33 +00:00
|
|
|
|
offsetof(oasys_symbol_record_type, name[0]) + l);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
}
|
|
|
|
|
g->value = index-1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Write a section header for each section */
|
|
|
|
|
static void
|
|
|
|
|
DEFUN(oasys_write_sections, (abfd),
|
|
|
|
|
bfd *CONST abfd)
|
|
|
|
|
{
|
|
|
|
|
asection *s;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
static oasys_section_record_type out;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
for (s = abfd->sections; s != (asection *)NULL; s = s->next) {
|
|
|
|
|
if (!isdigit(s->name[0]))
|
|
|
|
|
{
|
|
|
|
|
bfd_error_vector.nonrepresentable_section(abfd,
|
|
|
|
|
s->name);
|
|
|
|
|
}
|
|
|
|
|
out.relb = RELOCATION_TYPE_REL | s->target_index;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_h_put_32(abfd, s->_cooked_size, out.value);
|
|
|
|
|
bfd_h_put_32(abfd, s->vma, out.vma);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
oasys_write_record(abfd,
|
|
|
|
|
oasys_record_is_section_enum,
|
|
|
|
|
(oasys_record_union_type *) &out,
|
|
|
|
|
sizeof(out));
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static void
|
|
|
|
|
DEFUN(oasys_write_header, (abfd),
|
|
|
|
|
bfd *CONST abfd)
|
|
|
|
|
{
|
|
|
|
|
/* Create and write the header */
|
|
|
|
|
oasys_header_record_type r;
|
|
|
|
|
size_t length = strlen(abfd->filename);
|
1991-04-17 23:19:27 +00:00
|
|
|
|
if (length > (size_t)sizeof(r.module_name)) {
|
1991-04-17 00:54:03 +00:00
|
|
|
|
length = sizeof(r.module_name);
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
(void)memcpy(r.module_name,
|
|
|
|
|
abfd->filename,
|
|
|
|
|
length);
|
|
|
|
|
(void)memset(r.module_name + length,
|
|
|
|
|
' ',
|
|
|
|
|
sizeof(r.module_name) - length);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
r.version_number = OASYS_VERSION_NUMBER;
|
|
|
|
|
r.rev_number = OASYS_REV_NUMBER;
|
|
|
|
|
oasys_write_record(abfd,
|
|
|
|
|
oasys_record_is_header_enum,
|
|
|
|
|
(oasys_record_union_type *)&r,
|
1991-09-16 23:48:33 +00:00
|
|
|
|
offsetof(oasys_header_record_type, description[0]));
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
static void
|
1991-04-17 00:54:03 +00:00
|
|
|
|
DEFUN(oasys_write_end,(abfd),
|
|
|
|
|
bfd *CONST abfd)
|
|
|
|
|
{
|
|
|
|
|
oasys_end_record_type end;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
unsigned char null = 0;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
end.relb = RELOCATION_TYPE_ABS;
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_h_put_32(abfd, abfd->start_address, end.entry);
|
|
|
|
|
bfd_h_put_16(abfd, 0, end.fill);
|
|
|
|
|
end.zero = 0;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
oasys_write_record(abfd,
|
|
|
|
|
oasys_record_is_end_enum,
|
|
|
|
|
(oasys_record_union_type *)&end,
|
|
|
|
|
sizeof(end));
|
1991-05-08 19:21:48 +00:00
|
|
|
|
bfd_write((PTR)&null, 1, 1, abfd);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
DEFUN(comp,(ap, bp),
|
1991-04-23 16:02:09 +00:00
|
|
|
|
CONST PTR ap AND
|
|
|
|
|
CONST PTR bp)
|
1991-04-17 00:54:03 +00:00
|
|
|
|
{
|
1991-04-23 16:02:09 +00:00
|
|
|
|
arelent *a = *((arelent **)ap);
|
|
|
|
|
arelent *b = *((arelent **)bp);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
return a->address - b->address;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Writing data..
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
static void
|
|
|
|
|
DEFUN(oasys_write_data, (abfd),
|
|
|
|
|
bfd *CONST abfd)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-17 00:54:03 +00:00
|
|
|
|
asection *s;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
for (s = abfd->sections; s != (asection *)NULL; s = s->next) {
|
1991-07-04 16:52:56 +00:00
|
|
|
|
if (s->flags & SEC_LOAD) {
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_byte *raw_data = oasys_per_section(s)->data;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
oasys_data_record_type processed_data;
|
|
|
|
|
bfd_size_type current_byte_index = 0;
|
|
|
|
|
unsigned int relocs_to_go = s->reloc_count;
|
|
|
|
|
arelent **p = s->orelocation;
|
|
|
|
|
if (s->reloc_count != 0) {
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
/* Sort the reloc records so it's easy to insert the relocs into the
|
1991-07-04 16:52:56 +00:00
|
|
|
|
data */
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
qsort(s->orelocation,
|
|
|
|
|
s->reloc_count,
|
|
|
|
|
sizeof(arelent **),
|
|
|
|
|
comp);
|
|
|
|
|
}
|
|
|
|
|
current_byte_index = 0;
|
|
|
|
|
processed_data.relb = s->target_index | RELOCATION_TYPE_REL;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
1992-01-24 22:44:51 +00:00
|
|
|
|
while (current_byte_index < s->_cooked_size)
|
1991-07-04 16:52:56 +00:00
|
|
|
|
{
|
|
|
|
|
/* Scan forwards by eight bytes or however much is left and see if
|
|
|
|
|
there are any relocations going on */
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_byte *mod = &processed_data.data[0];
|
|
|
|
|
bfd_byte *dst = &processed_data.data[1];
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
1993-10-28 20:36:48 +00:00
|
|
|
|
unsigned int i = 0;
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
*mod = 0;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
|
|
|
|
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
bfd_h_put_32(abfd, s->vma + current_byte_index,
|
|
|
|
|
processed_data.addr);
|
|
|
|
|
|
|
|
|
|
/* Don't start a relocation unless you're sure you can finish it
|
|
|
|
|
within the same data record. The worst case relocation is a
|
|
|
|
|
4-byte relocatable value which is split across two modification
|
|
|
|
|
bytes (1 relocation byte + 2 symbol reference bytes + 2 data +
|
|
|
|
|
1 modification byte + 2 data = 8 bytes total). That's where
|
|
|
|
|
the magic number 8 comes from.
|
|
|
|
|
*/
|
|
|
|
|
while (current_byte_index < s->_raw_size && dst <=
|
1993-10-28 20:36:48 +00:00
|
|
|
|
&processed_data.data[sizeof(processed_data.data)-8]) {
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
|
|
|
|
if (relocs_to_go != 0) {
|
|
|
|
|
arelent *r = *p;
|
|
|
|
|
reloc_howto_type *CONST how=r->howto;
|
|
|
|
|
/* There is a relocation, is it for this byte ? */
|
|
|
|
|
if (r->address == current_byte_index) {
|
1993-10-28 20:36:48 +00:00
|
|
|
|
unsigned char rel_byte;
|
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
p++;
|
|
|
|
|
relocs_to_go--;
|
|
|
|
|
|
|
|
|
|
*mod |= (1<<i);
|
|
|
|
|
if(how->pc_relative) {
|
1993-10-28 20:36:48 +00:00
|
|
|
|
rel_byte = RELOCATION_PCREL_BIT;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
|
|
|
|
|
/* Also patch the raw data so that it doesn't have
|
|
|
|
|
the -ve stuff any more */
|
|
|
|
|
if (how->size != 2) {
|
|
|
|
|
bfd_put_16(abfd,
|
1991-05-21 00:14:16 +00:00
|
|
|
|
bfd_get_16(abfd,raw_data) +
|
1991-05-07 19:13:58 +00:00
|
|
|
|
current_byte_index, raw_data);
|
1991-07-04 16:52:56 +00:00
|
|
|
|
}
|
1991-05-07 19:13:58 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
else {
|
|
|
|
|
bfd_put_32(abfd,
|
|
|
|
|
bfd_get_32(abfd,raw_data) +
|
|
|
|
|
current_byte_index, raw_data);
|
|
|
|
|
}
|
|
|
|
|
}
|
1991-05-07 19:13:58 +00:00
|
|
|
|
else {
|
1991-07-04 16:52:56 +00:00
|
|
|
|
rel_byte = 0;
|
|
|
|
|
}
|
|
|
|
|
if (how->size ==2) {
|
1993-10-28 20:36:48 +00:00
|
|
|
|
rel_byte |= RELOCATION_32BIT_BIT;
|
1991-05-07 19:13:58 +00:00
|
|
|
|
}
|
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
/* Is this a section relative relocation, or a symbol
|
|
|
|
|
relative relocation ? */
|
1992-01-24 22:44:51 +00:00
|
|
|
|
abort();
|
|
|
|
|
|
|
|
|
|
#if 0
|
1991-07-04 16:52:56 +00:00
|
|
|
|
if (r->section != (asection*)NULL)
|
|
|
|
|
{
|
1991-08-31 00:54:16 +00:00
|
|
|
|
/* The relent has a section attached, so it must be section
|
1991-07-04 16:52:56 +00:00
|
|
|
|
relative */
|
1991-04-17 00:54:03 +00:00
|
|
|
|
rel_byte |= RELOCATION_TYPE_REL;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
rel_byte |= r->section->output_section->target_index;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
*dst++ = rel_byte;
|
|
|
|
|
}
|
1991-07-04 16:52:56 +00:00
|
|
|
|
else
|
1992-01-24 22:44:51 +00:00
|
|
|
|
#endif
|
1991-07-04 16:52:56 +00:00
|
|
|
|
{
|
|
|
|
|
asymbol *p = *(r->sym_ptr_ptr);
|
|
|
|
|
|
1991-08-31 00:54:16 +00:00
|
|
|
|
/* If this symbol has a section attached, then it
|
1991-07-04 16:52:56 +00:00
|
|
|
|
has already been resolved. Change from a symbol
|
|
|
|
|
ref to a section ref */
|
|
|
|
|
if(p->section != (asection *)NULL) {
|
|
|
|
|
rel_byte |= RELOCATION_TYPE_REL;
|
|
|
|
|
rel_byte |=
|
|
|
|
|
p->section->output_section->target_index;
|
|
|
|
|
*dst++ = rel_byte;
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
rel_byte |= RELOCATION_TYPE_UND;
|
|
|
|
|
*dst++ = rel_byte;
|
|
|
|
|
/* Next two bytes are a symbol index - we can get
|
|
|
|
|
this from the symbol value which has been zapped
|
|
|
|
|
into the symbol index in the table when the
|
|
|
|
|
symbol table was written
|
|
|
|
|
*/
|
|
|
|
|
*dst++ = p->value >> 8;
|
|
|
|
|
*dst++ = p->value;
|
|
|
|
|
}
|
|
|
|
|
}
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
#define ADVANCE { if (++i >= 8) { i = 0; mod = dst++; *mod = 0; } current_byte_index++; }
|
|
|
|
|
/* relocations never occur from an unloadable section,
|
|
|
|
|
so we can assume that raw_data is not NULL
|
|
|
|
|
*/
|
|
|
|
|
*dst++ = *raw_data++;
|
|
|
|
|
ADVANCE
|
|
|
|
|
*dst++ = *raw_data++;
|
|
|
|
|
ADVANCE
|
|
|
|
|
if (how->size == 2) {
|
|
|
|
|
*dst++ = *raw_data++;
|
|
|
|
|
ADVANCE
|
|
|
|
|
*dst++ = *raw_data++;
|
|
|
|
|
ADVANCE
|
|
|
|
|
}
|
|
|
|
|
continue;
|
1991-07-04 16:52:56 +00:00
|
|
|
|
}
|
1991-04-17 00:54:03 +00:00
|
|
|
|
}
|
1991-07-04 16:52:56 +00:00
|
|
|
|
/* If this is coming from an unloadable section then copy
|
|
|
|
|
zeros */
|
1993-10-28 20:36:48 +00:00
|
|
|
|
if (raw_data == NULL) {
|
1991-07-04 16:52:56 +00:00
|
|
|
|
*dst++ = 0;
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
*dst++ = *raw_data++;
|
|
|
|
|
}
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
ADVANCE
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Don't write a useless null modification byte */
|
|
|
|
|
if (dst == mod+1) {
|
|
|
|
|
--dst;
|
1991-04-17 00:54:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
oasys_write_record(abfd,
|
|
|
|
|
oasys_record_is_data_enum,
|
|
|
|
|
(oasys_record_union_type *)&processed_data,
|
1993-10-28 20:36:48 +00:00
|
|
|
|
dst - (bfd_byte *)&processed_data);
|
1991-04-17 00:54:03 +00:00
|
|
|
|
|
1991-07-04 16:52:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static boolean
|
|
|
|
|
DEFUN(oasys_write_object_contents, (abfd),
|
1993-02-16 04:44:28 +00:00
|
|
|
|
bfd *abfd)
|
1991-04-17 00:54:03 +00:00
|
|
|
|
{
|
|
|
|
|
oasys_write_header(abfd);
|
|
|
|
|
oasys_write_syms(abfd);
|
|
|
|
|
oasys_write_sections(abfd);
|
|
|
|
|
oasys_write_data(abfd);
|
|
|
|
|
oasys_write_end(abfd);
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
|
|
|
|
/** exec and core file sections */
|
|
|
|
|
|
|
|
|
|
/* set section contents is complicated with OASYS since the format is
|
|
|
|
|
* not a byte image, but a record stream.
|
|
|
|
|
*/
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static boolean
|
|
|
|
|
DEFUN(oasys_set_section_contents,(abfd, section, location, offset, count),
|
|
|
|
|
bfd *abfd AND
|
|
|
|
|
sec_ptr section AND
|
1991-05-11 00:38:47 +00:00
|
|
|
|
PTR location AND
|
1991-04-17 00:54:03 +00:00
|
|
|
|
file_ptr offset AND
|
1991-05-21 00:14:16 +00:00
|
|
|
|
bfd_size_type count)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-17 00:54:03 +00:00
|
|
|
|
if (count != 0) {
|
|
|
|
|
if (oasys_per_section(section)->data == (bfd_byte *)NULL )
|
|
|
|
|
{
|
|
|
|
|
oasys_per_section(section)->data =
|
1992-01-24 22:44:51 +00:00
|
|
|
|
(bfd_byte *)(bfd_alloc(abfd,section->_cooked_size));
|
1991-04-17 00:54:03 +00:00
|
|
|
|
}
|
1991-08-17 00:17:15 +00:00
|
|
|
|
(void) memcpy((PTR)(oasys_per_section(section)->data + offset),
|
1991-04-17 00:54:03 +00:00
|
|
|
|
location,
|
|
|
|
|
count);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Native-level interface to symbols. */
|
|
|
|
|
|
|
|
|
|
/* We read the symbols into a buffer, which is discarded when this
|
|
|
|
|
function exits. We read the strings into a buffer large enough to
|
|
|
|
|
hold them all plus all the cached symbol entries. */
|
|
|
|
|
|
1991-04-17 00:54:03 +00:00
|
|
|
|
static asymbol *
|
|
|
|
|
DEFUN(oasys_make_empty_symbol,(abfd),
|
|
|
|
|
bfd *abfd)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
oasys_symbol_type *new =
|
1991-04-23 16:02:09 +00:00
|
|
|
|
(oasys_symbol_type *)bfd_zalloc (abfd, sizeof (oasys_symbol_type));
|
1991-04-04 02:12:28 +00:00
|
|
|
|
new->symbol.the_bfd = abfd;
|
|
|
|
|
return &new->symbol;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* User should have checked the file flags; perhaps we should return
|
|
|
|
|
BFD_NO_MORE_SYMBOLS if there are none? */
|
|
|
|
|
|
|
|
|
|
static bfd *
|
|
|
|
|
oasys_openr_next_archived_file(arch, prev)
|
|
|
|
|
bfd *arch;
|
|
|
|
|
bfd *prev;
|
|
|
|
|
{
|
1992-01-24 22:44:51 +00:00
|
|
|
|
oasys_ar_data_type *ar = OASYS_AR_DATA(arch);
|
1991-04-04 02:12:28 +00:00
|
|
|
|
oasys_module_info_type *p;
|
|
|
|
|
/* take the next one from the arch state, or reset */
|
|
|
|
|
if (prev == (bfd *)NULL) {
|
|
|
|
|
/* Reset the index - the first two entries are bogus*/
|
|
|
|
|
ar->module_index = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p = ar->module + ar->module_index;
|
|
|
|
|
ar->module_index++;
|
|
|
|
|
|
|
|
|
|
if (ar->module_index <= ar->module_count) {
|
|
|
|
|
if (p->abfd == (bfd *)NULL) {
|
|
|
|
|
p->abfd = _bfd_create_empty_archive_element_shell(arch);
|
|
|
|
|
p->abfd->origin = p->pos;
|
|
|
|
|
p->abfd->filename = p->name;
|
|
|
|
|
|
|
|
|
|
/* Fixup a pointer to this element for the member */
|
1991-04-17 00:54:03 +00:00
|
|
|
|
p->abfd->arelt_data = (PTR)p;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
|
|
|
|
return p->abfd;
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
bfd_error = no_more_archived_files;
|
|
|
|
|
return (bfd *)NULL;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static boolean
|
|
|
|
|
oasys_find_nearest_line(abfd,
|
|
|
|
|
section,
|
|
|
|
|
symbols,
|
|
|
|
|
offset,
|
|
|
|
|
filename_ptr,
|
|
|
|
|
functionname_ptr,
|
|
|
|
|
line_ptr)
|
|
|
|
|
bfd *abfd;
|
|
|
|
|
asection *section;
|
|
|
|
|
asymbol **symbols;
|
|
|
|
|
bfd_vma offset;
|
|
|
|
|
char **filename_ptr;
|
|
|
|
|
char **functionname_ptr;
|
|
|
|
|
unsigned int *line_ptr;
|
|
|
|
|
{
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
1991-05-07 19:13:58 +00:00
|
|
|
|
DEFUN(oasys_generic_stat_arch_elt,(abfd, buf),
|
|
|
|
|
bfd *abfd AND
|
|
|
|
|
struct stat *buf)
|
1991-04-04 02:12:28 +00:00
|
|
|
|
{
|
1991-04-18 01:50:06 +00:00
|
|
|
|
oasys_module_info_type *mod = (oasys_module_info_type *) abfd->arelt_data;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
if (mod == (oasys_module_info_type *)NULL) {
|
|
|
|
|
bfd_error = invalid_operation;
|
|
|
|
|
return -1;
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
buf->st_size = mod->size;
|
|
|
|
|
buf->st_mode = 0666;
|
1991-05-07 19:13:58 +00:00
|
|
|
|
return 0;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
1991-04-23 22:44:20 +00:00
|
|
|
|
}
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-04-23 22:44:20 +00:00
|
|
|
|
static int
|
1991-05-08 19:21:48 +00:00
|
|
|
|
DEFUN(oasys_sizeof_headers,(abfd, exec),
|
|
|
|
|
bfd *abfd AND
|
|
|
|
|
boolean exec)
|
1991-04-23 22:44:20 +00:00
|
|
|
|
{
|
|
|
|
|
return 0;
|
1991-04-04 02:12:28 +00:00
|
|
|
|
}
|
1991-07-04 16:52:56 +00:00
|
|
|
|
#define FOO PROTO
|
1991-05-08 19:21:48 +00:00
|
|
|
|
#define oasys_core_file_failing_command (char *(*)())(bfd_nullvoidptr)
|
|
|
|
|
#define oasys_core_file_failing_signal (int (*)())bfd_0
|
1991-07-04 16:52:56 +00:00
|
|
|
|
#define oasys_core_file_matches_executable_p 0
|
1991-05-08 19:21:48 +00:00
|
|
|
|
#define oasys_slurp_armap bfd_true
|
|
|
|
|
#define oasys_slurp_extended_name_table bfd_true
|
|
|
|
|
#define oasys_truncate_arname (void (*)())bfd_nullvoidptr
|
1991-07-04 16:52:56 +00:00
|
|
|
|
#define oasys_write_armap 0
|
1991-05-08 19:21:48 +00:00
|
|
|
|
#define oasys_get_lineno (struct lineno_cache_entry *(*)())bfd_nullvoidptr
|
1991-05-11 00:38:47 +00:00
|
|
|
|
#define oasys_close_and_cleanup bfd_generic_close_and_cleanup
|
1992-01-24 22:44:51 +00:00
|
|
|
|
#define oasys_set_arch_mach bfd_default_set_arch_mach
|
1991-07-04 16:52:56 +00:00
|
|
|
|
#define oasys_bfd_debug_info_start bfd_void
|
|
|
|
|
#define oasys_bfd_debug_info_end bfd_void
|
|
|
|
|
#define oasys_bfd_debug_info_accumulate (FOO(void, (*), (bfd *, asection *)))bfd_void
|
1992-01-24 22:44:51 +00:00
|
|
|
|
#define oasys_bfd_get_relocated_section_contents bfd_generic_get_relocated_section_contents
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
#define oasys_bfd_relax_section bfd_generic_relax_section
|
1993-02-16 04:44:28 +00:00
|
|
|
|
#define oasys_bfd_seclet_link bfd_generic_seclet_link
|
1993-02-23 20:24:06 +00:00
|
|
|
|
#define oasys_bfd_reloc_type_lookup \
|
|
|
|
|
((CONST struct reloc_howto_struct *(*) PARAMS ((bfd *, bfd_reloc_code_real_type))) bfd_nullvoidptr)
|
|
|
|
|
#define oasys_bfd_make_debug_symbol \
|
|
|
|
|
((asymbol *(*) PARAMS ((bfd *, void *, unsigned long))) bfd_nullvoidptr)
|
1993-02-16 04:44:28 +00:00
|
|
|
|
|
1991-04-04 02:12:28 +00:00
|
|
|
|
/*SUPPRESS 460 */
|
|
|
|
|
bfd_target oasys_vec =
|
|
|
|
|
{
|
|
|
|
|
"oasys", /* name */
|
1992-01-24 22:44:51 +00:00
|
|
|
|
bfd_target_oasys_flavour,
|
1991-04-04 02:12:28 +00:00
|
|
|
|
true, /* target byte order */
|
|
|
|
|
true, /* target headers byte order */
|
|
|
|
|
(HAS_RELOC | EXEC_P | /* object flags */
|
|
|
|
|
HAS_LINENO | HAS_DEBUG |
|
|
|
|
|
HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
|
|
|
|
|
(SEC_CODE|SEC_DATA|SEC_ROM|SEC_HAS_CONTENTS
|
|
|
|
|
|SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
|
Some of these are guesses, if you know different, just yell.
Thu Oct 8 08:52:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Now a bfd knows whether underscores are normally prepended
to symbols in its file format. Helps with error messages.
* aout-adobe.c, aout-target.h, bout.c, coff-a29k.c, coff-h8300.c,
coff-z8k.c: targets set so they have leading underscore
* coff-i386.c, coff-i960.c, coff-m68k.c, coff-mips.c, coff-m88k.c,
coff-rs6000.c, coff-we32k.c, elf.c, ieee.c, srec.c: targets set
without leading underscore flag
* targets.c: add symbol leading char to xvec description
* bfd-in.h (bfd_get_symbol_leading_char): new macro.
1992-10-08 16:02:09 +00:00
|
|
|
|
0, /* leading underscore */
|
1991-04-04 02:12:28 +00:00
|
|
|
|
' ', /* ar_pad_char */
|
|
|
|
|
16, /* ar_max_namelen */
|
1991-08-17 00:17:15 +00:00
|
|
|
|
1, /* minimum alignment */
|
1993-10-28 20:36:48 +00:00
|
|
|
|
bfd_getb64, bfd_getb_signed_64, bfd_putb64,
|
|
|
|
|
bfd_getb32, bfd_getb_signed_32, bfd_putb32,
|
|
|
|
|
bfd_getb16, bfd_getb_signed_16, bfd_putb16, /* data */
|
|
|
|
|
bfd_getb64, bfd_getb_signed_64, bfd_putb64,
|
|
|
|
|
bfd_getb32, bfd_getb_signed_32, bfd_putb32,
|
|
|
|
|
bfd_getb16, bfd_getb_signed_16, bfd_putb16, /* hdrs */
|
1991-04-04 02:12:28 +00:00
|
|
|
|
|
1991-05-21 00:14:16 +00:00
|
|
|
|
{_bfd_dummy_target,
|
|
|
|
|
oasys_object_p, /* bfd_check_format */
|
|
|
|
|
oasys_archive_p,
|
|
|
|
|
_bfd_dummy_target,
|
1991-04-04 02:12:28 +00:00
|
|
|
|
},
|
1991-05-21 00:14:16 +00:00
|
|
|
|
{ /* bfd_set_format */
|
|
|
|
|
bfd_false,
|
|
|
|
|
oasys_mkobject,
|
|
|
|
|
_bfd_generic_mkarchive,
|
|
|
|
|
bfd_false
|
|
|
|
|
},
|
|
|
|
|
{ /* bfd_write_contents */
|
|
|
|
|
bfd_false,
|
|
|
|
|
oasys_write_object_contents,
|
|
|
|
|
_bfd_write_archive_contents,
|
|
|
|
|
bfd_false,
|
1991-04-04 02:12:28 +00:00
|
|
|
|
},
|
1993-02-23 20:24:06 +00:00
|
|
|
|
JUMP_TABLE(oasys),
|
|
|
|
|
(PTR) 0
|
1991-08-17 00:17:15 +00:00
|
|
|
|
};
|