aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-09-07* configure.tgt (sh-*-linux*): Added.Alexandre Oliva6-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 Oliva4-170/+182
* configure.in (sh-*-linux*): Added. * configure: Rebuilt.
2000-09-07* config.bfd (sh-*-linux*): Added.Alexandre Oliva9-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 Law2-35/+19
2000-09-06Wed Sep 6 23:15:43 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney4-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 .tocbssGeoffrey Keating3-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-062000-09-06 Philip Blundell <philb@gnu.org>Phil Blundell2-1/+5
* config.bfd (arm*-*-uclinux*): New target.
2000-09-062000-09-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-194/+175
* ecoff.c: Fix formatting.
2000-09-06Fix gdb calling a function for 68hc11Stephane Carrez2-16/+74
2000-09-06Fix 68hc11 timer device (accuracy, io, timer overflow)Stephane Carrez2-115/+197
2000-09-06* Makefile.in (all-zlib): Added dummy target.Alexandre Oliva2-0/+3
2000-09-06Remove stray debugging statement and move prototypes so arm-linux-tdep.cScott Bambrough4-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-06Fix place_orphan crash.Alan Modra2-2/+14
2000-09-062000-09-06 H.J. Lu <hjl@gnu.org>H.J. Lu2-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 Oliva3-472/+134
2000-09-06* configure: Rebuilt with new libtool.m4.Alexandre Oliva6-698/+686
2000-09-06* configure: Rebuilt with new libtool.m4.Alexandre Oliva4-453/+445
2000-09-06* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtoolAlexandre Oliva5-85/+170
multi-language branch.
2000-09-06Add rotating register rename support.Kevin Buettner2-1/+41
2000-09-06Correct gas/ChangeLog 2000-06-23 entry, which I thought I'd fixedAlan Modra2-234/+234
already. Other changes are whitespace.
2000-09-062000-09-03 Kazu Hirata <kazu@hxi.com>Kazu Hirata3-2346/+2379
* cgen.c: Fix formatting. * config/tc-ia64.c: Likewise.
2000-09-06Add support for backtracing through signal handlers on Linux/ARM. Also,Kevin Buettner4-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 Modra3-7/+13
Who invented c++ anyway?
2000-09-06Regenerate files using fixed aclocal install.Nick Clifton26-2376/+1427
2000-09-05Protoization.Kevin Buettner3-11/+21
2000-09-05 * config/tc-cris.c: Correct comment typos.Hans-Peter Nilsson2-3/+7
2000-09-05Fix buggy macrosNick Clifton2-603/+269
2000-09-05fix of changelogEric Christopher1-14/+0
2000-09-052000-09-05 Eric Christopher <echristo@cygnus.com>Eric Christopher2-9/+23
* config/tc-mn10300.c: Cleanup. (md_pcrel_from): Enable.
2000-09-05Fix frame unwinding for 68hc11Stephane Carrez2-0/+16
2000-09-05Fix 68HC11 SPI simulatorStephane Carrez2-8/+38
2000-09-052000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>Geoffrey Keating2-0/+18
* cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
2000-09-05* configure.in (Cygwin): special case cygwin only when we'reDJ Delorie3-8/+23
building cygwin, not when we're hosting cygwin.
2000-09-05Fix mistaken check-in.Michael Snyder1-5/+3
2000-09-052000-09-05 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-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 Oliva2-2/+7
(bootstrap*): Depend on all-bootstrap.
2000-09-05Fix capitalizationDJ Delorie1-1/+1
2000-09-052000-09-04 Todd Vierling <tv@wasabisystems.com>David O'Brien2-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-05doco addition.Alan Modra2-1/+7
2000-09-05Shared lib support.Alan Modra3-748/+3215
2000-09-05Shared lib support for elf32-hppaAlan Modra5-18/+97
2000-09-05Miscellaneous tiny fixes.Alan Modra5-3/+10
2000-09-05.reg improvements.Alan Modra3-434/+444
2000-09-05Munge in vtable support for tc-hppa.c, inform elf back-end aboutAlan Modra5-92/+171
millicode, and make $PIC_pcrel$0 work.
2000-09-05A tidy of ld/ldlang.c, and add missing Makefile dependenciesAlan Modra4-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 Modra7-106/+165
2000-09-05(SEC_HAS_GOT_REF): Define new flag for asection.Alan Modra3-5/+79
(bfd_get_unique_section_name): New function.
2000-09-05A tiny addition for PCREL12F relocs, and a fix for functions that haveAlan Modra2-10/+28
been forced local.
2000-09-05Support for vtable relocs.Alan Modra2-62/+109
2000-09-05Add some reloc types.Alan Modra2-1/+14