* trad-core.c: Pass the u.u_ar0 value as the negative of the
authorJohn Gilmore <gnu@cygnus>
Wed, 16 Oct 1991 18:56:07 +0000 (18:56 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 16 Oct 1991 18:56:07 +0000 (18:56 +0000)
commit637942e4dbd4b110d30e045b75d07f75fa6ee132
tree2b0148c445abab2e2924c83940998bc77ae7b80c
parent492e5572360c57f4568bf50fee686a7a4dfecd9c
* trad-core.c: Pass the u.u_ar0 value as the negative of the
virtual-memory-address of the .reg section.  We can't just make a
section for "all the regs and nothing else" because only GDB knows
exactly where the regs are (scattered around the upage and stack).
Clean up memory allocation.  Remove big- and little-endian
vectors, replace with single vector; this only runs on the host,
in host byte order.  Replace byteswap routines with aborts in case
anyone calls them.
* targets.c:  There's only one trad_core_vec now.
* aoutf1.h (sunos_core_file_p):  VMA of .reg* now needs to be 0.
bfd/trad-core.c
This page took 0.024585 seconds and 4 git commands to generate.