public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* elf32-mips, objcopy, reginfo
@ 1996-04-29 14:24 Don Bowman
  1996-04-29 14:35 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Don Bowman @ 1996-04-29 14:24 UTC (permalink / raw)
  To: gas2

If I do a simple objcopy infile outfile,
the ri_gp_value register in the .reginfo section is set to 0.
This occurs since:

1) The input section is copied to the output section
2) mips_elf_section_processing subsequently copies elf_gp there,
   but elf_gp was never set for an objcopy.

Does anyone have any suggestions on the best place to change this?

It seems that all of the processing except mips_elf_section_processing
is architecture independent. The bfd_map_over_sections on both
setup_section and copy_section doesn't set the output elf_gp
to the input_gp ever.

At the time I do the mips_elf_section_processing, I no longer
have the input bfd.

Advice?

--
 Don Bowman        **      bowman@waterloo.hp.com     **           519-883-3019 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-04-29 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-29 14:24 elf32-mips, objcopy, reginfo Don Bowman
1996-04-29 14:35 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).