From 7430a99137885ad54bffe22e61224a0fb6053164 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 16 Feb 1994 06:28:25 +0000 Subject: [PATCH] * som.c: Remove FIXMEs for things which have been dealt with. --- bfd/ChangeLog | 4 ++++ bfd/som.c | 13 ++++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc52713ff1e..cfa3061638d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 15 22:27:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * som.c: Remove FIXMEs for things which have been dealt with. + Tue Feb 15 19:39:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * section.c (bfd_get_section_contents): Since this function reads diff --git a/bfd/som.c b/bfd/som.c index 645f1c56713..433278cd882 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -1362,10 +1362,7 @@ hppa_som_reloc (abfd, reloc_entry, symbol_in, data, } /* Given a generic HPPA relocation type, the instruction format, - and a field selector, return an appropriate SOM reloation. - - FIXME. Need to handle %RR, %LR and the like as field selectors. - These will need to generate multiple SOM relocations. */ + and a field selector, return one or more appropriate SOM relocations. */ int ** hppa_som_gen_reloc_type (abfd, base_type, format, field) @@ -1938,8 +1935,6 @@ som_prep_headers (abfd) file_hdr->entry_offset = 0; } - /* FIXME. I do not know if we ever need to put anything other - than zero in this field. */ file_hdr->presumed_dp = 0; /* Now iterate over the sections translating information from @@ -2248,9 +2243,9 @@ som_write_fixups (abfd, current_offset, total_reloc_sizep) then dump the current buffer contents now. Also reinitialize the relocation queue. - FIXME. We assume here that no BFD relocation will expand - to more than 100 bytes of SOM relocations. This should (?!?) - be quite safe. */ + No single BFD relocation could ever translate into more + than 100 bytes of SOM relocations (20bytes is probably the + upper limit, but leave lots of space for growth). */ if (p - tmp_space + 100 > SOM_TMP_BUFSIZE) { if (bfd_write ((PTR) tmp_space, p - tmp_space, 1, abfd) -- 2.30.2