Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-06-14 | * binutils-all/readelf.exp (regexp_diff): Do not break when a | Hans-Peter Nilsson | 4 | -6/+94 | |
mismatching line is found. (readelf_find_size): New. (readelf_size): New global variable. (readelf_test): Add newline to send_log of command. If $srcdir/$subdir/$regexp_file-$readelf_size exists, use it instead of $srcdir/$subdir/$regexp_file. (*-*elf test): Fix typo in message. * binutils-all/readelf.s-64: New. * binutils-all/readelf.ss-64: New. | |||||
2000-06-14 | PARAMS elimination. | Kevin Buettner | 3 | -4/+8 | |
2000-06-13 | Add test of macro expansion of string arguments. | Nick Clifton | 5 | -1/+35 | |
2000-06-13 | * rcparse.y (control): ICON controls take an id as the first | DJ Delorie | 4 | -38/+65 | |
parameter, not an optional string. Also, call new convenience function that takes res_id's. * resrc.c (define_control): missing text means zero-length string, not zero ID. (define_icon_control): New. * windres.h: declare define_icon_control. | |||||
2000-06-13 | * "Dont" -> "Don't" | Frank Ch. Eigler | 3 | -2/+6 | |
2000-06-13 Frank Ch. Eigler <fche@redhat.com> * compile.c, writecode.c: Correct typo. | |||||
2000-06-13 | 2000-06-13 Kazu Hirata <kazu@hxi.com> | Jeff Law | 2 | -47/+36 | |
* compile.c: Fix formatting. | |||||
2000-06-13 | 2000-06-13 H.J. Lu <hjl@gnu.org> | H.J. Lu | 10 | -5/+25 | |
* configure: Regenerate. | |||||
2000-06-13 | * configure.host (hppa*64*): Renamed from hppa2.0w per | Jeff Law | 3 | -2/+8 | |
gcc/binutils changes. * configure.tgt: Similarly. | |||||
2000-06-13 | Use PT_CFM in place of PT_CR_IFS. | Kevin Buettner | 3 | -2/+9 | |
2000-06-13 | Fix arm-epoc-pe build problem: | Joern Rennecke | 2 | -2/+7 | |
* peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of armpei_little_vec. | |||||
2000-06-12 | * h8300-dis.c: Fix formatting. | Jeff Law | 2 | -32/+40 | |
(bfd_h8_disassemble): Distinguish adds/subs, inc/dec.[wl] correctly. | |||||
2000-06-12 | 2000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2 | -2/+6 | |
* breakpoint.c (breakpoint_thread_match): Fix comment. | |||||
2000-06-12 | 2000-06-02 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 2 | -5/+17 | |
* gdb.base/annota1.exp (run until main breakpoint): Loosen up the regular expression: accept an (almost) arbitrary sequence of "frames-invalid" and "breakpoints-invalid" messages both before and after the "starting" message. | |||||
2000-06-12 | 2000-06-12 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 2 | -1/+7 | |
* valops.c (value_assign): Adjust the length to take into consideration that we are not starting from the beginning. | |||||
2000-06-12 | * symfile.c (add_symbol_file_command): Properly reformat "else if" | Elena Zannoni | 3 | -54/+55 | |
code. * coffread.c (coff_symtab_read): Ditto. | |||||
2000-06-12 | ser-tcp.o moved to configure.in. | Andrew Cagney | 2 | -1/+2 | |
2000-06-12 | Update TODO - SER_HARDWIRE problem was fixed. | Andrew Cagney | 2 | -12/+2 | |
2000-06-12 | Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include | Andrew Cagney | 40 | -85/+127 | |
ser-tcp.o by default. | |||||
2000-06-12 | Multi-arch GDB_TARGET_IS_MIPS64. | Andrew Cagney | 4 | -30/+47 | |
2000-06-12 | Print all known but not yet multi-arched values. | Andrew Cagney | 2 | -7/+333 | |
2000-06-12 | * config/i386/tm-i386.h: Add forward declaration of `struct value'. | Mark Kettenis | 3 | -13/+36 | |
(FIX_CALL_DUMMY): Redefined to call i386_fix_call_dummy. (i386_fix_call_dummy): Add prototype. * i386-tdep.c (i386_fix_call_dummy): New function based on the code from the old FIX_CALL_DUMMY macro. | |||||
2000-06-12 | Eliminate use of PARAMS. | Kevin Buettner | 3 | -6/+8 | |
2000-06-12 | Forgot a file | Daniel Berlin | 2 | -1/+104 | |
2000-06-12 | Don't try to dump void macros (when non multi-arch). They could | Andrew Cagney | 3 | -18/+46 | |
contain C statements. | |||||
2000-06-11 | * exec.c (exec_file_attach): Add .exe extension when __CYGWIN__. | Christopher Faylor | 2 | -1/+5 | |
2000-06-11 | * win32-nat.c (safe_symbol_file_add_args): Store old gdb_stderr and gdb_stdout | Christopher Faylor | 3 | -8/+35 | |
here. (safe_symbol_file_add_stub): Redirect gdb_stdout as well as stderr. (safe_symbol_file_add_cleanup): Restore gdb_stdout. (info_dll_command): Use the pager for displaying DLLs since there are often quite a few. | |||||
2000-06-11 | Trim targ_arches to just the first. | Andrew Cagney | 3 | -211/+224 | |
2000-06-10 | Re-implement gdbach_dump() so that it prints out the macro values. | Andrew Cagney | 7 | -451/+1231 | |
Add ``maint print arch'' command. Add ``gdbarch_register()'' function that also takes gdbarch_dump_tdep(). Use in mips-tdep.c. | |||||
2000-06-10 | Eliminate PARAMS. | Kevin Buettner | 3 | -5/+10 | |
2000-06-09 | 2000-06-08 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 3 | -1/+34 | |
* config/i386/tm-embed.h: New file. Specific for embedded targets like i386-elf, i386-coff and i386-aout. * config/i386/embed.mt (): Specify tm-embed.h instead of the System V header file. | |||||
2000-06-09 | 2000-06-08 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 2 | -0/+5 | |
* MAINTAINERS: Add myself to gdbtk list. | |||||
2000-06-09 | Add ChangeLog entry for change to MAINTAINERS on 2000-06-01 (sorry Andrew!) | Klee Dienes | 1 | -0/+5 | |
2000-06-09 | Define U_REGS_OFFSET. | Kevin Buettner | 2 | -0/+6 | |
2000-06-09 | * avr.h: clr,lsl,rol, ... moved after add,adc, ... | Denis Chertykov | 2 | -5/+9 | |
2000-06-09 | * avr-dis.c (avr_operand): Bugfix for jmp/call address. | Denis Chertykov | 2 | -1/+6 | |
2000-06-09 | 2000-06-08 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 3 | -2/+8 | |
* configure.in: Replace misplaced CONFIG_ADD by the correct CONFIG_CLEAN. * configure, config.in: Regenerate. | |||||
2000-06-09 | 2000-06-08 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 2 | -0/+7 | |
* values.c (value_primitive_field): Copy VALUE_REGNO as well. With typed registers we may have the location information in this field, in addition to VALUE_ADDRESS (which was already being copied). | |||||
2000-06-09 | Don't treat `;' as a line separator by default. | Alan Modra | 15 | -29/+42 | |
Explicitly mention `;' in line_separator_chars in each backend. | |||||
2000-06-08 | Assign correct reloc value to size 1 constant valued fixes. | Nick Clifton | 2 | -5/+11 | |
2000-06-08 | * configure.in (VERSION): Update to show this is the CVS mainline. | David O'Brien | 10 | -5/+25 | |
Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200005222205.PAA14565@elmo.cygnus.com> | |||||
2000-06-08 | * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all | David O'Brien | 2 | -1/+12 | |
input objects to be ECOFF. (check_sections): einfo takes %B, not %P, to print a BFD name. Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200006081748.KAA12555@elmo.cygnus.com> | |||||
2000-06-08 | * config/tc-alpha.c (md_undefined_symbol): Properly understand that $at | David O'Brien | 2 | -1/+7 | |
is the integer register $r28, vs. both $r28 and the floating point register $f28. This quiets a bogus warning about needing ".set noat". Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200006081749.KAA12558@elmo.cygnus.com> | |||||
2000-06-08 | unwind bug fixes needed for today's gcc patch. | Jim Wilson | 2 | -21/+24 | |
* config/tc-ia64.c (generate_unwind_image): Call ia64_flush_insns. (dot_endp): Don't call ia64_flush_insns. (emit_one_bundle): Don't delete prologue/body records from unwind_record list in first loop. Rewrite second loop to account for this. | |||||
2000-06-08 | MIPS is always multi-arch enabled. | Andrew Cagney | 14 | -77/+75 | |
2000-06-08 | Delete MIPS_DEFAULT_FPU from config/mips/*.h | Andrew Cagney | 8 | -10/+24 | |
2000-06-08 | Use config.bfd to determine the default architecture and byte order. | Andrew Cagney | 10 | -345/+492 | |
Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value. | |||||
2000-06-08 | Botch in previous change. Was comparing against "ask" instead of | Andrew Cagney | 2 | -1/+6 | |
follow_fork_mode_ask. | |||||
2000-06-08 | Change signature of function add_set_enum_cmd() so that it uses | Andrew Cagney | 11 | -89/+127 | |
constant character pointers. Update everything. As a consequence fix infrun's follow-fork plugging a small memory leak. | |||||
2000-06-07 | Patch from David Mosberger, cleanups to improve 32b-x-64b cross support. | Jim Wilson | 2 | -1/+133 | |
* config/tc-ia64.c: Add missing prototypes. (generate_unwind_image): Cast argument to output_unw_records call. | |||||
2000-06-07 | new file - notes about using --enable-maintainer-mode | Nick Clifton | 2 | -0/+11 | |