Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-04-09 | Set default LANGUAGE to english/us. | Nick Clifton | 9 | -6/+33 | |
2002-04-09 | * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if | Joern Rennecke | 2 | -2/+10 | |
symbol_used_in_reloc_p is true. | |||||
2002-04-09 | Compute checksum for PE images. | Nick Clifton | 2 | -0/+112 | |
2002-04-09 | Use signature to identify DIALOGEX. | Nick Clifton | 4 | -14/+32 | |
Add testcase. | |||||
2002-04-09 | Don't add default dialog style when explicit style specified. | Nick Clifton | 5 | -4/+29 | |
Print style even if it is 0. Add testcase. | |||||
2002-04-09 | "\a" escape (used for right justified key definitions in menus) is encodes as | Nick Clifton | 5 | -1/+21 | |
binary 8. | |||||
2002-04-09 | Fix parsing hex constants in strings. Add test for the fix. | Nick Clifton | 5 | -6/+24 | |
2002-04-09 | * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big | Joern Rennecke | 2 | -1/+6 | |
endian hosts. | |||||
2002-04-09 | Fix typo in BEDIT warning. | Nick Clifton | 2 | -4/+5 | |
2002-04-09 | Apply patch from Bernd Herd to fix quoted class definitions inside dialogs. | Nick Clifton | 5 | -6/+32 | |
2002-04-09 | Tue Apr 9 15:13:10 2002 J"orn Rennecke <joern.rennecke@superh.com> | Joern Rennecke | 2 | -1/+5 | |
* MAINTAINERS: Update my email address. | |||||
2002-04-09 | 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 2 | -4/+9 | |
* p-exp.y (yylex): Handle also the fact that is_a_field_of_this is non zero as a found symbol. | |||||
2002-04-09 | * findvar.c: Include "builtin-regs.h". | Andrew Cagney | 7 | -1/+304 | |
(value_of_register): Call value_of_builtin_reg when applicable. * parse.c: Include "builtin-regs.h" and "gdb_assert.h". (target_map_name_to_register): Call builtin_reg_map_name_to_regnum. * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c. (COMMON_OBS): Add builtin-regs.o and std-regs.o. (builtin_regs_h): Define. (builtin-regs.o): New target. (findvar.o): Add $(builtin_regs_h). * builtin-regs.c, builtin-regs.h: New files. * std-regs.c: New file. Partial fix for PR gdb/251. | |||||
2002-04-09 | * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn; | Kevin Buettner | 2 | -7/+14 | |
it's no longer required. | |||||
2002-04-09 | * Makefile.in (gdbtk-wrapper.o): Add missing dependencies. | Andrew Cagney | 2 | -1/+6 | |
2002-04-09 | * rs6000-tdep.c (rs6000_software_single_step): Use | Kevin Buettner | 2 | -13/+16 | |
rs6000_breakpoint_from_pc() to fetch breakpoint instruction and size. Use target_insert_breakpoint() and target_remove_breakpoint() to insert and remove breakpoints instead of explicit memory reads and writes. | |||||
2002-04-09 | * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete. | Kevin Buettner | 3 | -5/+7 | |
* rs6000-tdep.c (rs6000_push_arguments): Eliminate ELF_OBJECT_FORMAT ifdef. | |||||
2002-04-09 | From Jimi X <jimix@watson.ibm.com>: | Kevin Buettner | 2 | -5/+13 | |
* rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn(). | |||||
2002-04-09 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-04-09 | daily update | Alan Modra | 1 | -1/+1 | |
2002-04-08 | From Jimi X <jimix@watson.ibm.com>: | Kevin Buettner | 2 | -3/+6 | |
* rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET. | |||||
2002-04-08 | 2002-04-08 Michael Chastain <mec@shout.net> | Michael Chastain | 2 | -3/+29 | |
* gdb.c++/method.exp: Require "const ... A * ..." for "ptype this" in a const method. Add some xfail and fail cases for configurations that do not emit the "const ...". | |||||
2002-04-08 | * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions): | Mark Kettenis | 2 | -3/+9 | |
s/asprintf/xasprintf/. (fbsd_make_corefile_notes): s/strdup/xstrdup/. | |||||
2002-04-08 | * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h. | Alan Modra | 3 | -65/+88 | |
(elf32_hppa_final_link): Split out sorting logic to.. * elf-hppa.h (elf_hppa_sort_unwind): ..here. (elf_hppa_final_link): Call elf_hppa_sort_unwind. | |||||
2002-04-08 | 2002-04-07 Michael Chastain <mec@shout.net> | Michael Chastain | 2 | -127/+45 | |
* gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect. Accept "A * const" and "const A * const" as type of "this". Fix spelling of getFunky throughout. Make messages uniform. | |||||
2002-04-08 | * ldlang.c (lang_size_sections_1): Don't complain about | Alan Modra | 2 | -0/+5 | |
SEC_NEVER_LOAD sections having no memory region specified. | |||||
2002-04-08 | 2002-04-07 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -33/+32 | |
* mi-cmd-disas.c: Run through indent. | |||||
2002-04-08 | 2002-04-07 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -291/+305 | |
* mi-cmd-disas.c (dump_insns): New function. (do_mixed_source_and_assembly): New function. (do_assembly_only): New function. (do_disassembly): New function. (mi_cmd_disassemble): Rewrite using smaller, more modular functions. | |||||
2002-04-08 | * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix. | Alan Modra | 2 | -1/+5 | |
2002-04-08 | 2002-04-07 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -0/+20 | |
Work around for PR gdb/285: * gdb.asm/asm-source.exp: Bail out if multilibs are detected. | |||||
2002-04-08 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-04-08 | daily update | Alan Modra | 1 | -1/+1 | |
2002-04-07 | 2002-04-07 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 4 | -83/+33 | |
* gdb.asm/asm-source.exp: Build symbolic link to arch specific instructions file at run time instead of configure time. Sometimes we run the test in a directory that is not the one we configured in. * gdb.asm/configure.in: Delete creation of symlink. * gdb.asm/configure: Regenerate. | |||||
2002-04-07 | 2002-04-07 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -11/+17 | |
* remote-e7000.c (write_small, e7000_read_inferior_memory, e7000_read_inferior_memory_large, e7000_insert_breakpoint, e7000_remove_breakpoint): Use paddr_nz() to print addresses. | |||||
2002-04-07 | I believe Jeff Law denies responsability for this one: | Andrew Cagney | 4 | -3/+23 | |
* config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork. * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork. * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork. Work-around for PR gdb/366. | |||||
2002-04-07 | 2002-04-07 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -2/+8 | |
* sh-tdep.c (sh_fp_frame_init_saved_regs, sh_nofp_frame_init_saved_regs): Use alloca() for 'where' information. | |||||
2002-04-07 | * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]* | Andrew Cagney | 3 | -2/+8 | |
pattern. * configure: Re-generate. | |||||
2002-04-07 | * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version | Andrew Cagney | 3 | -269/+289 | |
is greater or equal to 4.3.3. * configure: Regenerate. Fix PR gdb/344. | |||||
2002-04-07 | * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER | Andrew Cagney | 2 | -0/+7 | |
maintainer. | |||||
2002-04-07 | * Makefile.in (do-tar-bz2): Delete rule. Replace with ... | Andrew Cagney | 2 | -9/+61 | |
(do-tar, do-bz2): New rules. (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2. (gdb-tar): New rule. (gdb-taz): Rewrite. Use gdb-tar and do-bz2. (insight_dejagnu.tar): New rule. (insight.tar): New rule. (gdb+dejagnu.tar): New rule. (gdb.tar): New rule. | |||||
2002-04-07 | * MAINTAINERS: Update dejagnu/ | Andrew Cagney | 2 | -3/+10 | |
2002-04-07 | * README (Reporting Bugs in GDB): Document the bug web page as the | Andrew Cagney | 4 | -30/+40 | |
prefered way of submitting bugs. Fix PR gdb/402. * gdb.texinfo (Bug Reporting): Document that the web is the prefered way of submitting bug reports. (Bug Reporting): Delete the s-mail address as the last resort. | |||||
2002-04-07 | From 2002-03-05 Scott Pakin <pakin@uiuc.edu> | Andrew Cagney | 2 | -6/+23 | |
* mmap-sup.c (MAP_PRIVATE_OR_SHARED): Define. (__mmalloc_mmap_morecore): Use. (__mmalloc_remap_core): Use. | |||||
2002-04-07 | * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF. | Matthew Green | 2 | -0/+11 | |
2002-04-07 | fix a typo in my name | Matthew Green | 1 | -1/+1 | |
2002-04-07 | * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of | Andrew Cagney | 4 | -30/+35 | |
-1. Update comment. * gdbarch.h, gdbarch.c: Re-generate. | |||||
2002-04-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-04-07 | daily update | Alan Modra | 1 | -1/+1 | |
2002-04-06 | * m68klinux-nat.c (fill_fpregset): Properly pass address of | Andreas Schwab | 2 | -1/+6 | |
buffer to regcache_collect. | |||||
2002-04-06 | * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1. | Andrew Cagney | 4 | -0/+62 | |
* gdbarch.c, gdbarch.h: Re-generate. |