diff options
author | John Gilmore <gnu@cygnus> | 1991-09-26 22:28:46 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-26 22:28:46 +0000 |
commit | fb3be09b66b5ae3bd4e59a8b4d11ba61beb8fa98 (patch) | |
tree | 57db7e293e8ef55906e37a74e4be7e7b6efdf95d /bfd/oasys.c | |
parent | ac0167e878732fb28a92a190d9e7fec83fefb43c (diff) | |
download | gdb-fb3be09b66b5ae3bd4e59a8b4d11ba61beb8fa98.zip gdb-fb3be09b66b5ae3bd4e59a8b4d11ba61beb8fa98.tar.gz gdb-fb3be09b66b5ae3bd4e59a8b4d11ba61beb8fa98.tar.bz2 |
Lint (saber actually).
Diffstat (limited to 'bfd/oasys.c')
-rw-r--r-- | bfd/oasys.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/oasys.c b/bfd/oasys.c index b7834fc..e5e34e6 100644 --- a/bfd/oasys.c +++ b/bfd/oasys.c @@ -29,6 +29,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "oasys.h" #include "liboasys.h" +/* XXX - FIXME. offsetof belongs in the system-specific files in + ../include/sys. */ /* Define offsetof for those systems which lack it */ #ifndef offsetof @@ -347,11 +349,9 @@ static boolean DEFUN(oasys_mkobject,(abfd), bfd *abfd) { - oasys_data_type *oasys; set_tdata (abfd, (oasys_data_type*)bfd_alloc(abfd, sizeof(oasys_data_type))); - oasys = oasys_data(abfd); return true; } @@ -757,8 +757,8 @@ DEFUN(oasys_get_section_contents,(abfd, section, location, offset, count), unsigned int -DEFUN(oasys_canonicalize_reloc,(abfd, section, relptr, symbols), - bfd *abfd AND +DEFUN(oasys_canonicalize_reloc,(ignore_abfd, section, relptr, symbols), + bfd *ignore_abfd AND sec_ptr section AND arelent **relptr AND asymbol **symbols) |