aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-02-262001-02-26 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+6
* gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".
2001-02-262001-02-26 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-3/+7
* elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
2001-02-25Replace calls to abort() with calls to internal_error().Kevin Buettner38-74/+123
2001-02-24 * symbols.c (decode_local_label_name): Initialize message_formatStephane Carrez2-2/+8
only when an error is reported (perf pb due to I18N).
2001-02-242001-02-23 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if BFD_ASSEMBLER is not defined.
2001-02-242001-02-23 Ben Elliston <bje@redhat.com>Ben Elliston2-0/+7
* sim-main.h (ENGINE_ISSUE_PREFIX_HOOK): Only define if not already defined elsewhere.
2001-02-23Mention how to cite GDB problem reports.Andrew Cagney3-1/+17
2001-02-23Mention gdbarch.sh and to not submit gdbarch.[ch].Andrew Cagney2-0/+13
2001-02-232001-02-23 David Mosberger <davidm@hpl.hp.com>H.J. Lu3-3423/+3600
* ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4". * ia64-asmtab.c: Regenerate.
2001-02-232001-02-23 H.J. Lu <hjl@gnu.org>H.J. Lu5-139/+293
* gas/ia64/opc-a-err.l: Fix "cmp4.lt.or". * gas/ia64/opc-a.pl: Add tests for pseudo-ops for "cmp" and "cmp4". * gas/ia64/opc-a.s: Rebuilt. * gas/ia64/opc-a.d: Likewise.
2001-02-232001-02-22 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-10/+22
* gdb.base/reread.exp: Unsupported for non-native targets; doesn't work for remote debugging.
2001-02-23Don't mark a fixup as done if it's against a symbol.Nick Clifton2-3/+10
2001-02-222001-02-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+8
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no longer valid.
2001-02-222001-02-22 Ben Elliston <bje@redhat.com>Ben Elliston3-6/+35
* sim-trace.h (TRACE_VPU_IDX): Add. (TRACE_vpu): Define. (WITH_TRACE_VPU_P): Likewise. (TRACE_VPU_P): Likewise. * sim-trace.c (OPTION_TRACE_VPU): Define. (trace_options): Add --trace-vpu. (trace_option_handler): Handle OPTION_TRACE_VPU. (trace_option_handler): Include VPU tracing in --trace-semantics. (trace_idx_to_str): Handle TRACE_VPU_IDX.
2001-02-22Add ia64-*-aix* configuration.Timothy Wall7-1/+45
2001-02-22Added ia64-*-aix* configuration.Timothy Wall7-475/+477
2001-02-22Move get_saved_register to frame.h.Andrew Cagney3-5/+10
2001-02-22ia64-*-aix* support.Timothy Wall7-290/+488
2001-02-22Improve gas error messages for invalid instructions.Jim Wilson7-4003/+4137
* cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for C8 said "1" instead of "8". Clarify error string for IMM22: "signed integer" instead of just "integer". * config/tc-ia64.c (enum operand_match_result): New type. (operand_match): Change return type to operand_match_result. Fix all returns appropriately, adding support for returning the out-of-range result. (parse_operands): New locals result, error_pos, out_of_range_pos, curr_out_of_range_pos. Rewrite operand matching loop to give better error messages. * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two separate variants: one for IMM22 and the other for IMM14. * ia64-asmtab.c: Regenerate.
2001-02-22Fix typo in my previously committed ChangeLog entry.Kevin Buettner1-1/+1
2001-02-22Made changes to shared library support and added more of the support neededKevin Buettner15-22/+471
for AIX/IA-64.
2001-02-21Fix bugs in handling of the .restore directive.Jim Wilson2-4/+24
* config/tc-ia64.c (struct unwind): Add member "prologue_count". (dot_proc): Clear unwind.prologue_count to zero. (dot_prologue): Increment unwind.prologue_count. (dot_restore): If second operand is omitted, use unwind.prologue_count -1 for "ecount" (# of additional regions to pop). Decrement unwind.prologue_count by number of regions popped.
2001-02-21 * cgen-opc.c (cgen_get_insn_value): Add missing `return'.Greg McGary2-2/+6
2001-02-212001-02-21 Ben Elliston <bje@redhat.com>Ben Elliston2-2/+20
* sim-trace.h (TRACE_BRANCH_INPUT1): New macro. (TRACE_BRANCH_INPUT2): Likewise.
2001-02-21Note that some flags to the COFF version of .section remove attributes ratherNick Clifton2-1/+8
than setting them.
2001-02-21 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".Eli Zaretskii2-4/+13
2001-02-21Enable new thread support for Linux/IA-64.Kevin Buettner4-3/+29
2001-02-21Fix a typo.Kazu Hirata1-1/+1
2001-02-21Fix a typo.Kazu Hirata1-1/+1
2001-02-212001-02-20 H.J. Lu <hjl@gnu.org>H.J. Lu3-21/+11
* Makefile.am (ia64-ic.tbl): Remove the target. (ia64-raw.tbl): Likewise. (ia64-waw.tbl): Likewise. (ia64-war.tbl): Likewise. (ia64-asmtab.c): Generate it in the source directory. * Makefile.in: Regenerated.
2001-02-21Fix printf fmt arguments.Andrew Cagney2-10/+37
2001-02-212001-02-20 Kazu Hirata <kazu@hxi.com>Kazu Hirata3-17/+21
* tc-pdp11.c: Fix formatting. * tc-pdp11.h: Likewise.
2001-02-20Cleanup solib-aix5.c as suggested by J.T. Conklin.Kevin Buettner2-70/+24
2001-02-20Move frame specific register code to the new file frame.c.Andrew Cagney4-201/+243
2001-02-202001-02-20 H.J. Lu <hjl@gnu.org>H.J. Lu2-7/+21
* ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to false if we found the file.
2001-02-20 * solib-aix5.c: New file.Kevin Buettner2-0/+864
2001-02-202001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-4/+7
* solib.c (info_sharedlibrary_command): Don't assume pointers are the same size of long, call longest_local_hex_string_custom().
2001-02-202001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-1/+8
* solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so extract_signed_integer() should be called instead of extract_address().
2001-02-202001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-1/+5
* MAINTAINERS: Add Martin Hunt to Write After Approval list.
2001-02-202001-02-20 Bo Thorsen <bo@suse.de>Andreas Jaeger2-3/+9
* config/tc-i386.c (tc_i386_fix_adjustable): Fix GOTPCREL GOT entry.
2001-02-202001-02-20 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-0/+12
* elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make PLT entries that could serve as a definition for a weak symbol.
2001-02-20When the target h/w has 8byte registers, return 8 bytes for the raw buffer sizeAndrew Cagney2-0/+11
(from jim kingdon).
2001-02-20Remove cvs conflict indicator.Elena Zannoni1-1/+0
2001-02-202001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-3/+10
* parse.c (write_exp_msymbol): Make the type CORE_ADDR, to accomodate 64-bit addresses.
2001-02-202001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-2/+9
From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de> * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not lookup_symbol, when trying to find a symbol with a mangled name, to avoid infinite recursion.
2001-02-19TODO Tweeks.Andrew Cagney2-4/+13
2001-02-19 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLTJakub Jelinek3-0/+20
entries that could serve as a definition for a weak symbol. * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
2001-02-19 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.Jonathan Larmour2-2/+7
(save_prologue_cache): Ditto.
2001-02-192001-02-19 Ben Elliston <bje@redhat.com>Ben Elliston3-7/+15
* sim-main.h (sim_monitor): Return an int. * interp.c (sim_monitor): Add return values. (signal_exception): Handle error conditions from sim_monitor.
2001-02-192001-02-19 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-1/+10
From Drew Moseley <dmoseley@redhat.com> * gdb.base/ending-run.exp: Properly handle the BSP state when stepping past the end of main.