diff options
author | Steve Chamberlain <sac@cygnus> | 1992-06-22 15:42:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-06-22 15:42:38 +0000 |
commit | 3860075f3f22d7add76eee4caa85b051e7913d10 (patch) | |
tree | daa073b3ed08c3cdcd6c6c052e42ec2e2f5c055c /bfd/coffcode.h | |
parent | 28df0c3e2d50d61334c7f94a236d4202a188fb6e (diff) | |
download | gdb-3860075f3f22d7add76eee4caa85b051e7913d10.zip gdb-3860075f3f22d7add76eee4caa85b051e7913d10.tar.gz gdb-3860075f3f22d7add76eee4caa85b051e7913d10.tar.bz2 |
Fri Jun 19 20:23:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Lints for bfd_reloc_code_type->bfd_reloc_code_real_type, and
correct calling of howto special functions and fixes from Raeburn
for gas<>bfdness
* archures.c: nuke bfd_reloc_code_type
* bout.c, cpu-h8300.c, coff-i960.c, coff-m88k.c: special function lint
* coffcode.h (styp_to_sec_flags): STYP_INFO is marked as
SEC_NEVER_LOAD, various other bfdgas newness
* reloc.c->libbfd.h: change protype of bfd_default_reloc_type_lookup
* targets.c: change jump table vector to above
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index dc86777..b37cdbb 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -22,10 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ Most of this hacked by Steve Chamberlain, sac@cygnus.com */ - -#include <assert.h> -#include <stdio.h> - /* SECTION @@ -903,8 +899,8 @@ DEFUN(coff_swap_scnhdr_out,(abfd, in, out), */ static boolean -DEFUN(coff_new_section_hook,(abfd, section), - bfd *abfd AND +DEFUN(coff_new_section_hook,(abfd_ignore, section), + bfd *abfd_ignore AND asection *section) { section->alignment_power = abfd->xvec->align_power_min; @@ -1633,7 +1629,7 @@ coff_symbol_type *symbol AND unsigned int written) { /* - Does this symbol have an associated line number - if so then + Does this symbol have an ascociated line number - if so then make it remember this symbol index. Also tag the auxent of this symbol to point to the right place in the lineno table */ @@ -1793,13 +1789,6 @@ DEFUN(coff_write_relocs,(abfd), struct internal_reloc n; arelent *q = p[i]; memset((PTR)&n, 0, sizeof(n)); - - /* @@FIXME COFF relocs don't support addends. Code should probably be - in the target-independent code, using a target flag to decide whether - to fold the addend into the section contents. */ - if (q->addend != 0) - abort (); - n.r_vaddr = q->address + s->vma; /* The 29k const/consth reloc pair is a real kludge - the consth part doesn't have a symbol - it has an offset. So rebuilt |