Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-09-07 | * configure.tgt (sh-*-linux*): Added. | Alexandre Oliva | 6 | -0/+56 | |
* Makefile.am: Added eshelf_linux and eshlelf_linux. * Makefile.in: Rebuilt. * emulparams/shelf_linux.sh: New file. * emulparams/shlelf_linux.sh: New file. | |||||
2000-09-07 | * config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets. | Alexandre Oliva | 4 | -170/+182 | |
* configure.in (sh-*-linux*): Added. * configure: Rebuilt. | |||||
2000-09-07 | * config.bfd (sh-*-linux*): Added. | Alexandre Oliva | 9 | -12/+78 | |
* configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New. * targets.c: Declare them. * elf32-sh-lin.c: New file. * Makefile.am: Compile it. * elf32-sh.c: Don't override defines from elf32-sh-lin.c. * configure, Makefile.in: Rebuilt. | |||||
2000-09-07 | > * config/tc-hppa.c: Fix formatting. | Jeff Law | 2 | -35/+19 | |
2000-09-06 | Wed Sep 6 23:15:43 2000 Andrew Cagney <cagney@b1.cygnus.com> | Andrew Cagney | 4 | -6/+22 | |
* remote-rdi.c (voiddummy): Update function signature to match struct Dbg_HostosInterface's reset method. * remote-rdp.c (rdp_step): Fix handle parameter to remote_rdp_insert_breakpoint and remote_rdp_remove_breakpoint. * arm-tdep.c (SIGCONTEXT_REGISTER_ADDRESS_P): Provide default definition. (arm_init_extra_frame_info): Use. | |||||
2000-09-06 | * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss | Geoffrey Keating | 3 | -9/+45 | |
pseduo-section when determining where the TOC ends. * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to output x_tvndx as it is only two bytes wide. * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute reloc is 26 or 32 bits wide. * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant for relocs that don't change anything. Also look at the full 6 bits of bitsize. | |||||
2000-09-06 | 2000-09-06 Philip Blundell <philb@gnu.org> | Phil Blundell | 2 | -1/+5 | |
* config.bfd (arm*-*-uclinux*): New target. | |||||
2000-09-06 | 2000-09-06 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2 | -194/+175 | |
* ecoff.c: Fix formatting. | |||||
2000-09-06 | Fix gdb calling a function for 68hc11 | Stephane Carrez | 2 | -16/+74 | |
2000-09-06 | Fix 68hc11 timer device (accuracy, io, timer overflow) | Stephane Carrez | 2 | -115/+197 | |
2000-09-06 | * Makefile.in (all-zlib): Added dummy target. | Alexandre Oliva | 2 | -0/+3 | |
2000-09-06 | Remove stray debugging statement and move prototypes so arm-linux-tdep.c | Scott Bambrough | 4 | -15/+18 | |
compiles without warnings. 2000-09-06 Scott Bambrough <scottb@netwinder.org> * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Removed debug print statement. Removed arm_pc_is_thumb prototype. * config/arm/tm-arm.h (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Move prototypes here from tm-embed.h. * config/arm/tm-embed.h (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Remove prototypes. Moved to tm-arm.h. | |||||
2000-09-06 | Fix place_orphan crash. | Alan Modra | 2 | -2/+14 | |
2000-09-06 | 2000-09-06 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -0/+24 | |
* TODO: Add hardware watchpint problems on x86 OSes for 5.1. | |||||
2000-09-06 | * aclocal.m4, configure: Rebuilt with new libtool.m4. | Alexandre Oliva | 3 | -472/+134 | |
2000-09-06 | * configure: Rebuilt with new libtool.m4. | Alexandre Oliva | 6 | -698/+686 | |
2000-09-06 | * configure: Rebuilt with new libtool.m4. | Alexandre Oliva | 4 | -453/+445 | |
2000-09-06 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool | Alexandre Oliva | 5 | -85/+170 | |
multi-language branch. | |||||
2000-09-06 | Add rotating register rename support. | Kevin Buettner | 2 | -1/+41 | |
2000-09-06 | Correct gas/ChangeLog 2000-06-23 entry, which I thought I'd fixed | Alan Modra | 2 | -234/+234 | |
already. Other changes are whitespace. | |||||
2000-09-06 | 2000-09-03 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 3 | -2346/+2379 | |
* cgen.c: Fix formatting. * config/tc-ia64.c: Likewise. | |||||
2000-09-06 | Add support for backtracing through signal handlers on Linux/ARM. Also, | Kevin Buettner | 4 | -15/+233 | |
make prologue scanning code somewhat less naive about optimized code on GNU/Linux/ARM. | |||||
2000-09-06 | `template' isn't a very good name for a variable. | Alan Modra | 3 | -7/+13 | |
Who invented c++ anyway? | |||||
2000-09-06 | Regenerate files using fixed aclocal install. | Nick Clifton | 26 | -2376/+1427 | |
2000-09-05 | Protoization. | Kevin Buettner | 3 | -11/+21 | |
2000-09-05 | * config/tc-cris.c: Correct comment typos. | Hans-Peter Nilsson | 2 | -3/+7 | |
2000-09-05 | Fix buggy macros | Nick Clifton | 2 | -603/+269 | |
2000-09-05 | fix of changelog | Eric Christopher | 1 | -14/+0 | |
2000-09-05 | 2000-09-05 Eric Christopher <echristo@cygnus.com> | Eric Christopher | 2 | -9/+23 | |
* config/tc-mn10300.c: Cleanup. (md_pcrel_from): Enable. | |||||
2000-09-05 | Fix frame unwinding for 68hc11 | Stephane Carrez | 2 | -0/+16 | |
2000-09-05 | Fix 68HC11 SPI simulator | Stephane Carrez | 2 | -8/+38 | |
2000-09-05 | 2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au> | Geoffrey Keating | 2 | -0/+18 | |
* cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry. | |||||
2000-09-05 | * configure.in (Cygwin): special case cygwin only when we're | DJ Delorie | 3 | -8/+23 | |
building cygwin, not when we're hosting cygwin. | |||||
2000-09-05 | Fix mistaken check-in. | Michael Snyder | 1 | -5/+3 | |
2000-09-05 | 2000-09-05 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2 | -2/+12 | |
* sol-thread.c (ps_pdmodel): Protect with an ifdef. | |||||
2000-09-05 | * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib. | Alexandre Oliva | 2 | -2/+7 | |
(bootstrap*): Depend on all-bootstrap. | |||||
2000-09-05 | Fix capitalization | DJ Delorie | 1 | -1/+1 | |
2000-09-05 | 2000-09-04 Todd Vierling <tv@wasabisystems.com> | David O'Brien | 2 | -1/+5 | |
* strip.1: Fix stray '\' in -o formatting. Approved by: Philip Blundell <pb@tazenda.demon.co.uk> Message-Id: <E13W4RF-0002HU-00@kings-cross.london.uk.eu.org> | |||||
2000-09-05 | doco addition. | Alan Modra | 2 | -1/+7 | |
2000-09-05 | Shared lib support. | Alan Modra | 3 | -748/+3215 | |
2000-09-05 | Shared lib support for elf32-hppa | Alan Modra | 5 | -18/+97 | |
2000-09-05 | Miscellaneous tiny fixes. | Alan Modra | 5 | -3/+10 | |
2000-09-05 | .reg improvements. | Alan Modra | 3 | -434/+444 | |
2000-09-05 | Munge in vtable support for tc-hppa.c, inform elf back-end about | Alan Modra | 5 | -92/+171 | |
millicode, and make $PIC_pcrel$0 work. | |||||
2000-09-05 | A tidy of ld/ldlang.c, and add missing Makefile dependencies | Alan Modra | 4 | -176/+213 | |
I should have added with the 2000-07-28 patch. | |||||
2000-09-05 | --split-by-reloc, --split-by-file extensions. --unique option. | Alan Modra | 7 | -106/+165 | |
2000-09-05 | (SEC_HAS_GOT_REF): Define new flag for asection. | Alan Modra | 3 | -5/+79 | |
(bfd_get_unique_section_name): New function. | |||||
2000-09-05 | A tiny addition for PCREL12F relocs, and a fix for functions that have | Alan Modra | 2 | -10/+28 | |
been forced local. | |||||
2000-09-05 | Support for vtable relocs. | Alan Modra | 2 | -62/+109 | |
2000-09-05 | Add some reloc types. | Alan Modra | 2 | -1/+14 | |