| Commit message (Expand) | Author | Age | Files | Lines |
* | import gdb-1999-10-04 snapshot | Jason Molenda | 1999-10-05 | 112 | -858/+2319 |
* | import gdb-1999-10-04 snapshot | Jason Molenda | 1999-10-05 | 1 | -2/+5 |
* | * gas/m32r/error.exp: New testcase driver. | Doug Evans | 1999-10-05 | 11 | -0/+1054 |
* | * archures.c (bfd_mach_m32rx): Define it. | Doug Evans | 1999-10-05 | 3 | -0/+4 |
* | * cpu-m32r.c (arch_info_struct): New static global. | Doug Evans | 1999-10-05 | 3 | -1/+19 |
* | * m32r.h (E_M32RX_ARCH): Define. | Doug Evans | 1999-10-05 | 2 | -0/+6 |
* | add m32rx docs | Doug Evans | 1999-10-05 | 1 | -1/+122 |
* | Add support for m32rx. | Doug Evans | 1999-10-05 | 2 | -1/+618 |
* | * fr30-asm.c,fr30-desc.h: Rebuild. | Doug Evans | 1999-10-05 | 11 | -164/+1024 |
* | 1999-09-15 Ulrich Drepper <drepper@cygnus.com> | Ulrich Drepper | 1999-10-04 | 2 | -177/+405 |
* | 1999-09-15 Ulrich Drepper <drepper@cygnus.com> | Ulrich Drepper | 1999-10-04 | 2 | -6/+13 |
* | * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Defer | DJ Delorie | 1999-09-29 | 2 | -3/+11 |
* | Fix bit patterns of some load/store instructions to match latest docs. | Nick Clifton | 1999-09-29 | 2 | -8/+13 |
* | * pe-dll.c (process_def_file): Move the offset lookup from here to | DJ Delorie | 1999-09-29 | 2 | -3/+57 |
* | import gdb-1999-09-28 snapshot | Jason Molenda | 1999-09-28 | 37 | -603/+925 |
* | Fred Fish <fnf@cygnus.com> | Richard Henderson | 1999-09-28 | 6 | -34/+181 |
* | * deffilep.y (tokens): Add upper and lower case versions of DATA, | DJ Delorie | 1999-09-28 | 3 | -16/+43 |
* | * dlltool.c (scan_drectve_symbols): Handle type tags in exported | DJ Delorie | 1999-09-28 | 2 | -4/+25 |
* | * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections | Geoffrey Keating | 1999-09-28 | 2 | -1/+6 |
* | * config/tc-mips.c (nopic_need_relax): Allow for the | Geoffrey Keating | 1999-09-28 | 2 | -3/+12 |
* | * elf32-mips.c (mips_elf_relocate_hi16): Unused, delete. | Geoffrey Keating | 1999-09-28 | 2 | -126/+6 |
* | Merge sections named .bss.* into .bss section. Similarly for .sbss. | Nick Clifton | 1999-09-26 | 2 | -1/+11 |
* | Fred Fish <fnf@cygnus.com> | Richard Henderson | 1999-09-24 | 2 | -180/+198 |
* | Make sure that sensible values are extracted from a raw header. | Nick Clifton | 1999-09-24 | 2 | -0/+14 |
* | Remove accidental case duplication. | Jeff Law | 1999-09-23 | 1 | -18/+1 |
* | Remove accidental case duplication. | Jeff Law | 1999-09-23 | 1 | -4/+0 |
* | Add missing initializer lost in last change. | Jeff Law | 1999-09-23 | 1 | -1/+1 |
* | * config/tc-hppa.c (pa_ip): Replace 'B', 'M', 'l' and 'g' handling | Jeff Law | 1999-09-23 | 2 | -32/+38 |
* | * hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve" | Jeff Law | 1999-09-23 | 2 | -17/+29 |
* | * hppa-dis.c (print_insn_hppa): Replace 'B', 'M', 'g' and 'l' with | Jeff Law | 1999-09-23 | 2 | -11/+22 |
* | * config/tc-hppa.c (pa_ip): Add parens to silence compiler. | Jeff Law | 1999-09-23 | 2 | -3/+6 |
* | * hppa.h (pa_opcodes): Add initializers to silence compiler. | Jeff Law | 1999-09-23 | 2 | -271/+273 |
* | * hppa.h: Update comments about character usage. | Jeff Law | 1999-09-23 | 2 | -1/+8 |
* | * config/tc-hppa.c (pa_ip): Avoid ANSI specific initialization. | Jeff Law | 1999-09-22 | 2 | -3/+13 |
* | Rename MULTI_SET_PSR to LDM_TYPE_2_OR_3 | Nick Clifton | 1999-09-22 | 2 | -2/+6 |
* | Add earm_epoc_pe.c build target. | Nick Clifton | 1999-09-22 | 2 | -0/+8 |
* | removed in the 1999-09-21 snapshot. | Jason Molenda | 1999-09-22 | 2 | -339/+0 |
* | import gdb-1999-09-21 | Jason Molenda | 1999-09-22 | 79 | -1907/+3202 |
* | * config/tc-hppa.c (pa_ip): Fix thinkos in recent cleanup | Jeff Law | 1999-09-20 | 2 | -6/+11 |
* | * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning | Jeff Law | 1999-09-20 | 2 | -8/+13 |
* | Delete bogus R_PCLONG. Tidy R_*. | Alan Modra | 1999-09-20 | 2 | -27/+27 |
* | * resrc.c (write_rc_rcdata): Fix local variable shadowing | Ian Lance Taylor | 1999-09-19 | 3 | -34/+86 |
* | 1999-09-19 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | Ian Lance Taylor | 1999-09-19 | 2 | -3/+28 |
* | fix comment; from Fred Fish <fnf@ninemoons.com> | Ian Lance Taylor | 1999-09-19 | 2 | -2/+2 |
* | comment fix | Ian Lance Taylor | 1999-09-19 | 1 | -1/+4 |
* | * hppa-dis.c: (print_insn_hppa): Correct 'cJ', 'cc'. | Jeff Law | 1999-09-19 | 2 | -12/+58 |
* | * hppa-dis.c (extract_22): New function. | Jeff Law | 1999-09-19 | 2 | -1/+13 |
* | * hppa-dis.c (print_insn_hppa): Handle 'J', 'K', and 'cc'. | Jeff Law | 1999-09-19 | 2 | -0/+9 |
* | * config/tc-hppa.c (pa_ip): Handle 'J', 'K' and 'cc' | Jeff Law | 1999-09-19 | 2 | -0/+77 |
* | * hppa.h (pa_opcodes): Add remaining PA2.0 integer load/store | Jeff Law | 1999-09-19 | 2 | -1/+17 |