binutils-gdb/gdb/config
Nicholas Duffek 7a78ae4e6b * rs6000-tdep.c: Changes throughout for multi-arch 64-bit
support.  Incorporate most of tm-rs6000.h.
	(find_toc_address_hook): Rename to rs6000_find_toc_address_hook.
	(rs6000_set_host_arch_hook): Declare.
	(read_memory_addr): Define.
	(pop_frame): Rename to rs6000_pop_frame.
	(rs6000_pop_frame, rs6000_fix_call_dummy, rs6000_push_arguments,
	rs6000_frame_saved_pc, rs6000_frame_chain): Remove non-generic
	dummy frame handling.
	(branch_dest, rs6000_pop_frame, rs6000_skip_trampoline_code,
	rs6000_frame_saved_pc, frame_get_saved_regs,
	frame_initial_stack_address, rs6000_frame_chain,
	rs6000_convert_from_func_ptr_addr): Call read_memory_addr instead
	of read_memory_integer.
	(branch_dest, rs6000_pop_frame, rs6000_push_arguments,
	rs6000_skip_trampoline_code, rs6000_frame_saved_pc,
	frame_get_saved_regs, frame_initial_stack_address,
	rs6000_frame_chain): Replace 4 with TDEP->wordsize.
	(skip_prologue): Recognize some 64-bit stack adjustments.
	(push_dummy_frame, pop_dummy_frame, set_processor,
	show_processor): Delete.
	(frame_get_saved_regs): Manipulate saved register addresses using
	CORE_ADDR instead of int.
	(rs6000_create_inferior): New function.
	(register_names_*[]): Change to struct reg registers_*[].
	(variants[]): Assimilate into multi-arch approach.
	(register_names_*[], variants[]): Refer to pre-PowerPC
	architectures as POWER instead of RS6000.
	* rs6000-nat.c: Ubiquitous changes for 64-bit support.
	(vmap_secs, xcoff_relocate_symtab): Cast addresses
	to unsigned long to avoid sign-extension errors.
	(set_host_arch): New function.
	(xcoff_relocate_symtab): Try disabling usleep(36000) workaround.
	(rs6000_core_fns): Use new bfd_target_xcoff_flavour.
	(_initialize_core_rs6000): Initialize rs6000_set_host_arch_hook.
	* symfile.c (find_sym_fns): Remove special xcoff kludge.
	* xcoffread.c (secnum_to_bfd_section): Initialize args.objfile.
	(process_linenos): Query line struct size from coff
	backend instead of using compile-time constant.
	(enter_line_range): Likewise.
	(read_xcoff_symtab): Pass "XCOFF64" instead of "XCOFF" to
	record_debugformat() if appropriate.
	(process_xcoff_symbol): Access symbol addresses using
	SYMBOL_VALUE_ADDRESS instead of SYMBOL_VALUE.
	(read_symbol_lineno): Retrieve XCOFF64 symbol names from strtbl.
	(scan_xcoff_symtab): Likewise.  Query syment struct size from
	coff backend instead of using compile-time constant.
	(xcoff_sym_fns): Set flavour to bfd_target_xcoff_flavour.
	* Makefile.in (INTERNAL_LDFLAGS): Add $(MH_LDFLAGS) to list of flags
	that this Makefile variable get set to.  (From Kevin Buettner.)
	* config/powerpc/aix.mh (MH_LDFLAGS): Add linker flags so that
	the TOC doesn't overflow.  (From Kevin Buettner.)
	* config/powerpc/tm-ppc-aix.h: Move config decisions to
	multi-arched rs6000-tdep.c.
	* config/rs6000/tm-rs6000.h: Likewise.
	(GDB_MULTI_ARCH): Define.
	(skip_trampoline_code): Rename to rs6000_skip_trampoline_code.
	(is_magic_function_pointer): Replace with
	rs6000_convert_from_func_ptr_addr.
	(TARGET_CREATE_INFERIOR_HOOK): Define.
	(find_toc_address_hook): Rename to rs6000_find_toc_address_hook.
	(rs6000_set_host_arch_hook): Declare.
	* config/rs6000/nm-rs6000.h (CHILD_XFER_MEMORY): Define.
2000-06-16 21:02:22 +00:00
..
a29k PARAMS removal. 2000-05-28 01:12:42 +00:00
alpha Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include 2000-06-12 06:09:06 +00:00
arc PARAMS removal. 2000-05-28 01:12:42 +00:00
arm Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include 2000-06-12 06:09:06 +00:00
convex PARAMS removal. 2000-05-28 01:12:42 +00:00
d10v * d10v-tdep.c (d10v_gdbarch_init): Initialize stack_align. 2000-04-21 04:21:21 +00:00
d30v PARAMS removal. 2000-05-28 01:12:42 +00:00
djgpp File rename tweeks. 2000-05-25 03:57:48 +00:00
fr30 PARAMS removal. 2000-05-28 01:12:42 +00:00
h8300 PARAMS removal. 2000-05-28 01:12:42 +00:00
h8500 PARAMS removal. 2000-05-28 01:12:42 +00:00
i386 Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include 2000-06-12 06:09:06 +00:00
i960 PARAMS removal. 2000-05-28 01:12:42 +00:00
ia64 ser-tcp.o moved to configure.in. 2000-06-12 06:34:32 +00:00
m32r PARAMS removal. 2000-05-28 01:12:42 +00:00
m68k Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include 2000-06-12 06:09:06 +00:00
m88k PARAMS removal. 2000-05-28 01:12:42 +00:00
mcore PARAMS removal. 2000-05-28 01:12:42 +00:00
mips Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include 2000-06-12 06:09:06 +00:00
mn10200 PARAMS removal. 2000-05-28 01:12:42 +00:00
mn10300 PARAMS removal. 2000-05-28 01:12:42 +00:00
none import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
ns32k Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include 2000-06-12 06:09:06 +00:00
pa Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include 2000-06-12 06:09:06 +00:00
powerpc * rs6000-tdep.c: Changes throughout for multi-arch 64-bit 2000-06-16 21:02:22 +00:00
pyr import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
romp import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
rs6000 * rs6000-tdep.c: Changes throughout for multi-arch 64-bit 2000-06-16 21:02:22 +00:00
sh PARAMS removal. 2000-05-28 01:12:42 +00:00
sparc Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include 2000-06-12 06:09:06 +00:00
tahoe PARAMS removal. 2000-05-28 01:12:42 +00:00
tic80 PARAMS removal. 2000-05-28 01:12:42 +00:00
v850 PARAMS removal. 2000-05-28 01:12:42 +00:00
vax PARAMS removal. 2000-05-28 01:12:42 +00:00
w65 PARAMS removal. 2000-05-28 01:12:42 +00:00
z8k PARAMS removal. 2000-05-28 01:12:42 +00:00
nm-empty.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
nm-gnu.h import gdb-1999-12-21 snapshot 1999-12-22 21:45:38 +00:00
nm-linux.h Fix GDB_GREGSET_T, GDB_FPREGSET_T typos. 2000-05-28 16:26:17 +00:00
nm-lynx.h PARAMS removal. 2000-05-28 01:12:42 +00:00
nm-m3.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
nm-nbsd.h import gdb-1999-12-13 snapshot 1999-12-14 01:06:04 +00:00
nm-sysv4.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
tm-linux.h import gdb-1999-12-06 snapshot 1999-12-07 03:56:43 +00:00
tm-lynx.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
tm-nbsd.h 2000-03-21 J.T. Conklin <jtc@redback.com> 2000-03-22 01:36:31 +00:00
tm-sunos.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
tm-sysv4.h PARAMS removal. 2000-05-28 01:12:42 +00:00
tm-vxworks.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
xm-aix4.h PARAMS removal. 2000-05-28 01:12:42 +00:00
xm-lynx.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
xm-mpw.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
xm-nbsd.h import gdb-1999-12-13 snapshot 1999-12-14 01:06:04 +00:00
xm-sysv4.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00