Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-18 | * i386-tdep.c (i386_gdbarch_init): Initialize num_regs. | Andrew Cagney | 3 | -2/+9 | |
* config/i386/tm-i386.h (NUM_REGS): Delete. | |||||
2001-11-18 | * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect() | Kevin Buettner | 2 | -1/+6 | |
conversion for I386_LINUX_ORIG_EAX_REGNUM. | |||||
2001-11-18 | Zap config/i386/tm-embed.h. | Andrew Cagney | 3 | -27/+6 | |
2001-11-18 | 2001-11-17 Fred Fish <fnf@redhat.com> | Fred Fish | 2 | -7/+12 | |
* sim-main.h (float_operation): Move enum declaration outside of _sim_cpu struct declaration. | |||||
2001-11-18 | Zap files in gdb/gdbserver/ | Andrew Cagney | 2 | -0/+10 | |
2001-11-18 | doco more build probs. | Andrew Cagney | 2 | -12/+31 | |
2001-11-18 | * i386-linux-nat.c (fill_gregset): Use regcache_collect() instead | Kevin Buettner | 2 | -3/+7 | |
of accessing registers[] directly. | |||||
2001-11-18 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-11-17 | * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen() | Kevin Buettner | 2 | -1/+7 | |
when fetching ORIG_EAX. | |||||
2001-11-17 | daily update | Alan Modra | 1 | -1/+1 | |
2001-11-17 | * ppc-opc.c (mfvrsave, mtvrsave): New instructions. | Matthew Green | 2 | -0/+6 | |
2001-11-17 | * arm-linux-nat.c: Don't include <asm/ptrace.h>. | Daniel Jacobowitz | 2 | -18/+24 | |
(fetch_register): Use elf_gregset_t instead of struct pt_regs. (fetch_regs): Likewise. (store_register): Likewise. (store_regs): Likewise. | |||||
2001-11-17 | * sparc-linux-nat.c (fill_gregset): Replace read_register_gen | Daniel Jacobowitz | 2 | -9/+15 | |
with regcache_collect. (fill_fpregset): Likewise. | |||||
2001-11-17 | Fix typo in comment in last commit | Hans-Peter Nilsson | 1 | -1/+1 | |
2001-11-17 | * config/tc-cris.c (md_apply_fix3): Cast value, not pointer, in | Hans-Peter Nilsson | 2 | -1/+9 | |
val assignment. | |||||
2001-11-17 | * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c, | Daniel Jacobowitz | 4 | -2/+117 | |
and sparc-linux-nat.c to ALLDEPFILES. Add dependencies. * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES. * sparc-linux-nat.c: New file, from Mark Kettenis. | |||||
2001-11-17 | 2001-11-16 Chris Demetriou <cgd@broadcom.cOm> | Chris Demetriou | 4 | -0/+225 | |
* gas/mips/elf-rel5.s, gas/mips/elf-rel5.s: New test to test symbol plus offset relocations in various ways. * gas/mips/mips.exp: Run new test. | |||||
2001-11-17 | * dwarf2read.c (dwarf_str_buffer): New. | Jakub Jelinek | 2 | -30/+69 | |
(struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size. (DWARF_STR_BUFFER, DWARF_STR_SIZE): Define. (dwarf2_has_info): Clear dwarf_str_offset. (dwarf2_build_psymtabs): Read .debug_str section if present. (dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and DWARF_STR_SIZE. (psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE. (read_attribute): Handle DW_FORM_strp. (read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8 handling code. (read_indirect_string): New. (dump_die): Handle DW_FORM_strp. | |||||
2001-11-17 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-11-16 | daily update | Alan Modra | 1 | -1/+1 | |
2001-11-16 | merge from gcc | DJ Delorie | 2 | -2/+8 | |
2001-11-16 | * s390-tdep.c: Tweak argument-passing to match GCC bugs. | Jim Blandy | 2 | -14/+85 | |
(is_float_singleton, is_struct_like, is_float_like): New functions, that isolate the weirdness. (is_double_or_float, is_simple_arg, pass_by_copy_ref, is_double_arg): Use is_struct_like and is_float_like, rather than testing the type codes ourselves. (s390_push_arguments): When passing args on the stack, align each on to a four-byte boundary, regardless of what the type itself needs. | |||||
2001-11-16 | 2001-11-16 Ben Harris <bjh21@netbsd.org> | Ben Harris | 2 | -3/+12 | |
* Makefile.in (os9kread.o): Replace $< with autoconf-approved $(srcdir)/.... (procfs.o): Ditto. (z8k-tdep.o): Ditto. | |||||
2001-11-16 | 2001-11-16 Ben Harris <bjh21@netbsd.org> | Ben Harris | 2 | -2/+8 | |
* Makefile.in (armemu32.o): Replace $< with autoconf recommended $(srcdir)/.... (armemu26.o): Ditto. | |||||
2001-11-16 | 2001-11-16 Ben Harris <bjh21@netbsd.org> | Ben Harris | 2 | -0/+5 | |
* MAINTAINERS (write-after-approval): Add self. | |||||
2001-11-16 | * config/tc-m68k.c (md_apply_fix3): Change val back to a signed type. | Alan Modra | 2 | -2/+6 | |
2001-11-16 | 2001-11-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+5 | |
* config/tc-hppa.c (md_apply_fix3): Fix a typo. | |||||
2001-11-16 | 2001-11-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+5 | |
* config/tc-alpha.c (md_apply_fix3): Fix a typo. | |||||
2001-11-16 | * elflink.h (elf_reloc_symbol_deleted_p): Catch all relocs against | Daniel Jacobowitz | 2 | -2/+6 | |
local syms from discarded sections. Update comment. | |||||
2001-11-16 | * s390-tdep.c (is_simple_arg): Structs and unions exactly eight | Jim Blandy | 2 | -2/+11 | |
bytes long should be handled as DOUBLE_ARGs; don't recognize them as SIMPLE_ARGs. | |||||
2001-11-16 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-11-15 | daily update | Alan Modra | 1 | -1/+1 | |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 72 | -1042/+833 | |
2001-11-15 | * remote.c (struct packet_reg): Declare. | Andrew Cagney | 2 | -59/+134 | |
(struct remote_state): Add fields sizeof_g_packet and g_packet. (init_remote_state): Initialize sizeof_g_packet and g_packet. (free_remote_state): Free g_packet. (packet_reg_from_pnum, packet_reg_by_regnum): New functions. (remote_wait): Use above instead of gdbarch methods REGISTER_RAW_SIZE and REGISTER_BYTES. (remote_async_wait): Ditto. (remote_fetch_registers, remote_store_registers): Ditto. (store_register_using_P): Ditto. | |||||
2001-11-15 | Really zap tty_input from multi-arch swap. | Andrew Cagney | 2 | -1/+5 | |
2001-11-15 | 2001-11-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+5 | |
* ld-sh/ld-r-1.d: Updated. | |||||
2001-11-15 | merge from gcc | DJ Delorie | 5 | -80/+158 | |
2001-11-15 | Correctly handle phex(*,0) and phex_nz(*,0). | Andrew Cagney | 2 | -2/+6 | |
2001-11-15 | * utils.c (phex_nz): For default case, set str to phex_nz return | Andrew Cagney | 2 | -2/+10 | |
value. | |||||
2001-11-15 | * config/tc-i386.h (md_end): Define. | Alan Modra | 3 | -15/+65 | |
(i386_elf_emit_arch_note): Declare. (CpuUnknown): Delete. * config/tc-i386.c (default_arch): Constify. (smallest_imm_type): Remove CpuUnknown test. (md_assemble): Don't bother checking cpu_arch_flags non-zero. (i386_elf_emit_arch_note): New function. | |||||
2001-11-15 | * common.h (NT_ARCH): Define. Remove incorrect comment. | Alan Modra | 2 | -1/+5 | |
2001-11-15 | * readelf.c: Fix warnings without terminating newline. | Andreas Schwab | 2 | -9/+13 | |
2001-11-15 | * binutils-all/objcopy.exp: Allow '? main', to suit powerpc64. | Alan Modra | 2 | -1/+5 | |
2001-11-15 | * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this | Alan Modra | 4 | -18/+54 | |
function when LDEMUL_FINISH isn't set to the same name. Don't call ${LDEMUL_FINISH}. (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined. * emultempl/armelf.em (arm_elf_finish): Call gld${EMULATION_NAME}_finish. * emultempl/hppaelf.em (hppaelf_finish): Rename to gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and hppaelf_layout_sections_again if necessary. (need_laying_out): New var. (hppaelf_layaout_sections_again): Rename to hppaelf_layout_sections_again. Clear need_laying_out. (PARSE_AND_LIST_OPTIONS): Format text. | |||||
2001-11-15 | * po/POTFILES.in: Regenerate. | Alan Modra | 4 | -0/+10 | |
2001-11-15 | * po/SRC-POTFILES.in: Regenerate. | Alan Modra | 2 | -30/+36 | |
2001-11-15 | * config/tc-mips.c (mips_ip): Re-allow %hi() op for non-ELF assembler. | Thiemo Seufer | 2 | -3/+7 | |
2001-11-15 | * elflink.h (elf_link_input_bfd): Complain about all relocs | Alan Modra | 2 | -49/+50 | |
against local syms from discarded sections. (elf_reloc_symbol_deleted_p): Don't try to swap in external syms. | |||||
2001-11-15 | revert last change. | Alan Modra | 2 | -6/+2 | |
2001-11-15 | 2001-11-14 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -3/+9 | |
* emultempl/armelf.em (arm_elf_finish): Renamed from gld${EMULATION_NAME}_finish. (LDEMUL_FINISH): Set to arm_elf_finish. |