summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2000-08-05 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2000-08-052-7/+677
| | | | | | | | | | | * elf32-i860 (elf32_i860_howto_table): New structure. (lookup_howto): New function. (elf32_i860_reloc_type_lookup): New function. (elf32_i860_info_to_howto_rela): New function. (elf_code_to_howto_index): New structure. (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela. (bfd_elf32_bfd_reloc_type_lookup): Re-define as elf32_i860_reloc_type_lookup.
* Fixup SYMBOL_SECTION for objfiles_relocate().Kevin Buettner2000-08-044-12/+33
|
* Fix typoNick Clifton2000-08-042-3/+6
|
* Remove extraneous whotespaceNick Clifton2000-08-041-12/+2
|
* Update to include descriptions of .popsection, .previous, .pushsection,Nick Clifton2000-08-042-64/+249
| | | | .subsection, .version, .vtable_entry, .vtable_inherit and .weak.
* Remove garbage.Kazu Hirata2000-08-041-5/+5
|
* 2000-08-05 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-044-746/+735
| | | | | | * config/tc-cris.c: Fix formatting. * config/tc-i386.c: Likewise. * config/tc-sparc.c (sparc_ip): Simplify the code.
* Add code for (re)building the minimal symbol hash tables.Kevin Buettner2000-08-042-11/+46
|
* Fix date in comment.Kevin Buettner2000-08-041-1/+1
|
* DWARF2.1 64-bit support.Kevin Buettner2000-08-042-17/+142
|
* * som.c (struct fixup_format): Constify `format'.Jeff Law2000-08-042-285/+296
| | | | | | | | | | | | | | (som_hppa_howto_table): Use SOM_HOWTO macro. (try_prev_fixup, hppa_som_reloc): Decorate unused parameter. (som_bfd_reloc_type_lookup): Likewise. (compare_subspaces): Remove unused `count1', `count2'. (som_begin_writing): Remove unused `total_reloc_size'. (som_bfd_derive_misc_symbol_info): Decorate unused parameter. (som_print_symbol, som_bfd_is_local_label_name): Likewise. (som_set_reloc_info): Constify `cp'. Remove unused `addend'. (som_find_nearest_line): Decorate unused parameter(s). (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise. (som_bfd_link_split_section): Likewise.
* Re-implement ``set/show remote Z-packet ...'' commands so that each ZAndrew Cagney2000-08-043-150/+436
| | | | packet sub-type can be explicitly controled.
* Revert SER_HARDWIRE regression.Andrew Cagney2000-08-042-3/+9
|
* Keep track of last optind value, and rename a couple of functionsAlan Modra2000-08-042-18/+28
| | | | for consistency.
* Missing GDBARCH updates for EXTRA_STACK_ALIGNMENT needed.Andrew Cagney2000-08-041-0/+30
|
* Multi-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_ALIGNMENT_NEEDED).Andrew Cagney2000-08-046-21/+49
|
* 2000-08-04 Ben Elliston <bje@redhat.com>Ben Elliston2000-08-045-0/+1406
| | | | | * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files. * cgen.sh: Likewise.
* 2000-08-04 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-045-389/+421
| | | | | | | * config/tc-cris.c: Rearrange code for readability. * config/tc-d10v.c: Fix formatting. * config/tc-m32r.c: Likewise. * config/tc-sparc.c: Likewise.
* If the destination of a BLX instruction is aligned on a half word boundary,Nick Clifton2000-08-041-6/+15
| | | | set the H bit.
* * configure.in (libstdcxx_flags): Don't use `"'.Alexandre Oliva2000-08-032-1/+3
|
* Restore reverted code. Fix bug in reverted code which was eliminating tooNick Clifton2000-08-034-196/+335
| | | | many segments.
* * config-ml.in: Adjust multilib search paths to theAlexandre Oliva2000-08-032-1/+39
| | | | appropriate multilib tree.
* Stephane Carrez maintainer of 68hc11 targetStephane Carrez2000-08-032-1/+5
|
* 2000-08-03 H.J. Lu (hjl@gnu.org)H.J. Lu2000-08-032-3/+22
| | | | * ld-bootstrap/bootstrap.exp: Add strip.
* Protoization.Kevin Buettner2000-08-032-9/+8
|
* Add info about CGEN maintainersNick Clifton2000-08-032-0/+19
|
* 2000-08-03 H.J. Lu <hjl@gnu.org>H.J. Lu2000-08-034-184/+78
| | | | | | | | * section.c: Back out the change made by Nick Clifton <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic binaries. * bfd-in2.h: Likewise. * elf.c: Likewise.
* * elf32-sh.c (sh_elf_reloc_loop): Warning removal.Alexandre Oliva2000-08-032-3/+7
|
* Thu Aug 3 15:02:23 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney2000-08-032-5/+11
| | | | | * remote-mips.c (mips_expect, mips_expect_timeout, common_open, fputs_readable): Make string pointer arguments constant.
* Minor tweeks.Andrew Cagney2000-08-033-3/+15
|
* List things for 5.1.Andrew Cagney2000-08-032-108/+214
|
* Protoization.Kevin Buettner2000-08-032-4/+6
|
* * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks toAlexandre Oliva2000-08-032-3/+8
| | | | commas in $LANGUAGES.
* Select elf for Unixware 7 (ix86-*-sysv5*)Alan Modra2000-08-032-1/+6
|
* * gdb.hp/gdb.aCC/namespace.exp: Remove. Moved to gdb.c++.Jimmy Guo2000-08-032-296/+0
| | | | * gdb.hp/gdb.aCC/namespace.cc: Remove. Moved to gdb.c++.
* * gdbarch.sh: Add print_p field for CALL_DUMMY_BREAKPINT_OFFSETJimmy Guo2000-08-023-4/+12
| | | | | | to be printed only if CALL_DUMMY_BREAKPOINT_OFFSET_P. * gdbarch.c: Regenerated.
* * gdb.base/sizeof.c: include <stdio.h>.Jimmy Guo2000-08-022-0/+10
|
* * gdb.c++/classes.exp: Use gdb_test instead of send_gdb toJimmy Guo2000-08-021-1/+1
| | | | | 'finish', otherwise uncaptured gdb_prompt would potentially throw remaining test points out of sync.
* Fix memory leaks for IA-64 opcode idescs.Jim Wilson2000-08-024-0/+14
| | | | | | | | | gas/ * config/tc-ia64.c (emit_one_bundle): Call ia64_free_opcode before ia64_find_opcode. (md_assemble): Likewise. opcodes/ * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
* 2000-08-01 Alexandre Oliva <aoliva@redhat.com>DJ Delorie2000-08-022-10/+61
| | | | | | | | | | | | | | | | * configure.in (qCXX_FOR_TARGET): Use echo instead of expr. 2000-07-31 Alexandre Oliva <aoliva@redhat.com> * configure.in (qCXX_FOR_TARGET): Quote `&' characters in CXX_FOR_TARGET for sed. 2000-07-30 Alexandre Oliva <aoliva@redhat.com> * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): Do not override if already set in the environment or in configure. Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
* 2000-08-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-08-022-3/+7
| | | | * remote-vx.c (vx_add_symbols): Fix typos.
* Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney2000-08-028-57/+115
| | | | | | | | | | | | | | | * configure.in (targetfile): Ignore TM_FILE, don't just issue warning. (tm_h, xm_h, nm_h, GDB_TM_FILE, GDB_XM_FILE, GDB_NM_FILE): Define. * acconfig.h (GDB_XM_FILE, GDB_TM_FILE, GDB_NM_FILE): Add. * config/nm-empty.h: Delete. * defs.h (xm.h, nm.h, tm.h): Only include when GDB_XM_FILE, GDB_NM_FILE or GDB_TM_FILE defined. * Makefile.in (defs_h): Replace tm.h, xm.h and nm.h with tm_h, xm_h and nm_h macro that are defined by configure. (tm_h, xm_h, tm_h): New. * configure, config.in: Regenerate * TODO: Update.
* Multi-arch REGISTER_SIM_REGNO. Update d10v.Andrew Cagney2000-08-029-20/+86
|
* Use add_set_auto_boolean_cmd() to implement ``set remote ?-packet''Andrew Cagney2000-08-023-54/+26
| | | | command.
* Update function signatures to match target vector.Andrew Cagney2000-08-023-4/+11
|
* Updates.Andrew Cagney2000-08-022-0/+23
|
* Undo some formatting fixesNick Clifton2000-08-022-412/+404
|
* * resrc.c: use "gcc -xc" instead of -xc-headerDJ Delorie2000-08-022-1/+5
|
* Fix skip of 'cpsr_all' flagNick Clifton2000-08-012-1/+5
|
* 2000-08-01 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-015-1826/+1968
| | | | | | | * config/obj-som.c: Fix formatting. * config/obj-ieee.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-v850.c: Likewise.
OpenPOWER on IntegriCloud