Age | Commit message (Expand) | Author | Files | Lines |
2000-04-03 | Correct 2000-02-26 change. | Alan Modra | 2 | -4/+11 |
2000-04-03 | Update removing anything fixed. | Andrew Cagney | 2 | -29/+43 |
2000-04-03 | * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to | Jeff Law | 2 | -0/+9 |
2000-04-03 | Revert white space changes. Need way of stopping this happening. | Andrew Cagney | 1 | -63/+63 |
2000-04-03 | Re-indent (almost). Several cases where indent was getting it wrong | Andrew Cagney | 2 | -32/+41 |
2000-04-03 | Delete add_minsym_to_demangled_hash_table from symtabs.h. Static function. | Andrew Cagney | 3 | -7/+13 |
2000-04-03 | Re-indent gdb-events.h, gdb-events.c using gdb-events.sh. | Andrew Cagney | 4 | -86/+94 |
2000-04-03 | * gdbtypes.c (safe_parse_type): New wrapper function to ignore | Nicholas Duffek | 4 | -1/+73 |
2000-04-03 | Update winsup stuff. | Christopher Faylor | 1 | -1/+2 |
2000-04-03 | * Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -L | Christopher Faylor | 2 | -2/+8 |
2000-04-03 | For want of something better. List where to go to when wanting to | Andrew Cagney | 1 | -0/+75 |
2000-04-03 | Add Eli to doco maintainers. | Andrew Cagney | 2 | -0/+5 |
2000-04-03 | * gdbarch-utils.h, gdbarch-utils.c: New files. | Andrew Cagney | 6 | -163/+417 |
2000-04-02 | 2000-04-02 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -0/+3 |
2000-04-02 | 2000-04-02 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 3 | -1/+11 |
2000-04-02 | * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bit | Richard Henderson | 2 | -15/+26 |
2000-04-02 | * app.c: Add ATTRIBUTE_UNUSED as needed. | Ian Lance Taylor | 3 | -15/+22 |
2000-04-02 | * disassemble.c (disassembler_usage): Don't use a prototype. Mark | Ian Lance Taylor | 3 | -24/+31 |
2000-04-01 | * gas/mn10300/am33_5.s: Check that negative SP offsets are encoded | Alexandre Oliva | 3 | -1/+43 |
2000-04-01 | * m10300-opc.c: SP-based offsets are always unsigned. | Alexandre Oliva | 2 | -12/+16 |
2000-04-01 | Fix long-standing mis-comments. Words and addresses are 32-bits long. | Alexandre Oliva | 1 | -5/+5 |
2000-04-01 | Flush any pending instructiuons before emitting data into the instruction str... | Nick Clifton | 2 | -0/+5 |
2000-03-31 | 2000-03-29 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -8/+6 |
2000-03-31 | Reverted the comment about inc/inc4, that was already implied by RN02. | Alexandre Oliva | 1 | -1/+0 |
2000-03-31 | Fix typos. Add FIXME for 2-reg inc and inc4. | Alexandre Oliva | 1 | -9/+10 |
2000-03-31 | * lib/gas-defs.exp (regexp_diff): Don't break on the first | Alexandre Oliva | 2 | -2/+7 |
2000-03-31 | Adjust whitespace. | Alexandre Oliva | 1 | -2/+2 |
2000-03-31 | Don't use post-increment on structure copy to work around a ppc gcc bug. | Alan Modra | 2 | -1/+7 |
2000-03-30 | Set CHUNK size to 16 bytes to prevent download failures on lame targets. | Alan Modra | 3 | -2/+8 |
2000-03-30 | Include sys/types.h before sys/stat.h for ultrix. | Alan Modra | 2 | -0/+5 |
2000-03-30 | * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point | Philippe De Muyter | 3 | -10/+21 |
2000-03-30 | * elf32-m32r.c (m32r_elf_generic_reloc): new function. All | Doug Evans | 2 | -11/+79 |
2000-03-30 | 2000-03-30 Dave Brolley <brolley@redhat.com> | Dave Brolley | 6 | -456/+501 |
2000-03-30 | 2000-03-30 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2 | -2/+6 |
2000-03-30 | 2000-03-23 Dave Brolley <brolley@redhat.com> | Dave Brolley | 3 | -2/+36 |
2000-03-30 | 2000-03-30 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 3 | -1/+52 |
2000-03-30 | 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 4 | -26/+46 |
2000-03-30 | Capitalize sentences. | Michael Snyder | 1 | -19/+19 |
2000-03-30 | 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 6 | -37/+54 |
2000-03-30 | gdbarch cleanups. | Andrew Cagney | 4 | -126/+51 |
2000-03-30 | Didn't realize this auto-generated gdb-events.c. Since it does, i applied the... | Daniel Berlin | 1 | -3/+12 |
2000-03-30 | demangled symbol lookup fixes | Daniel Berlin | 3 | -115/+142 |
2000-03-30 | * configure.in: -linux-gnu*, not -linux-gnu. | Jason Merrill | 5 | -4/+17 |
2000-03-29 | Fix SUB_SEGMENT_ALIGN macor for BFD_ASSEMBLER | Nick Clifton | 2 | -9/+17 |
2000-03-29 | Add "bal" instruction pattern. | Nick Clifton | 4 | -0/+21 |
2000-03-29 | Disassemble 0xde.. to "bal" [branch always] instead of "undefined". | Nick Clifton | 2 | -3/+10 |
2000-03-29 | Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo. | Andrew Cagney | 4 | -2/+12 |
2000-03-29 | 2000-03-28 J.T. Conklin <jtc@redback.com> | J.T. Conklin | 2 | -19/+28 |
2000-03-29 | 2000-03-29 J.T. Conklin <jtc@redback.com> | J.T. Conklin | 3 | -2/+27 |
2000-03-29 | Revert movement of @chapter and @node tags from separate files to | Andrew Cagney | 6 | -15/+13 |