summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2000-11-16 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-1629-191/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cpu-a29k.c: Fix formatting. * cpu-alpha.c: Likewise. * cpu-arm.c: Likewise. * cpu-avr.c: Likewise. * cpu-d10v.c: Likewise. * cpu-h8500.c: Likewise. * cpu-hppa.c: Likewise. * cpu-i370.c: Likewise. * cpu-i386.c: Likewise. * cpu-i960.c: Likewise. * cpu-ia64-opc.c: Likewise. * cpu-ia64.c: Likewise. * cpu-m32r.c: Likewise. * cpu-m68hc11.c: Likewise. * cpu-m68hc12.c: Likewise. * cpu-m68k.c: Likewise. * cpu-m88k.c: Likewise. * cpu-mips.c: Likewise. * cpu-ns32k.c: Likewise. * cpu-pj.c: Likewise. * cpu-powerpc.c: Likewise. * cpu-sh.c: Likewise. * cpu-sparc.c: Likewise. * cpu-tic54x.c: Likewise. * cpu-v850.c: Likewise. * cpu-vax.c: Likewise. * cpu-w65.c: Likewise. * cpu-we32k.c: Likewise. * cpu-z8k.c: Likewise.
* 2000-11-16 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-163-179/+172
| | | | | * dwarf1.c: Fix formatting. * dwarf2.c: Likewise.
* 2000-11-16 H.J. Lu <hjl@gnu.org>H.J. Lu2000-11-162-6/+7
| | | | | * config/obj-elf.c (obj_elf_symver): Don't check the missing version name.
* 2000-11-16 H.J. Lu <hjl@gnu.org>H.J. Lu2000-11-162-2/+10
| | | | * gas/symver/symver.exp: Don't run symver4 nor symver5.
* * tracepoint.c (trace_find_tracepoint_command): Replace call toDavid Taylor2000-11-163-2/+9
| | | | | | parse_and_eval_address with a call to parse_and_eval_long as we are evaluating an integer, not an address. * top.c (show_commands): Ditto.
* * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED forHans-Peter Nilsson2000-11-162-3/+8
| | | | | parameter `option'. Do s/cplus_dem.c/cplus-dem.c/g on ChangeLog.
* 2000-11-16 Ben Elliston <bje@redhat.com>Ben Elliston2000-11-162-0/+5
| | | | * cgen-types.h (VOID): New type.
* Fix ChangeLog entry: cplus-dem.c instead of cplus_dem.cDJ Delorie2000-11-161-1/+1
|
* 2000-11-15 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-166-105/+84
| | | | | | | | | * config/tc-tic30.c: Fix formatting. * config/tc-tic80.c: Likewise. * config/tc-v850.c: Likewise. * config/tc-vax.c: Likewise. * config/tc-w65.c: Likewise. * config/tc-z8k.c: Likewise.
* 2000-11-15 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-1610-121/+96
| | | | | | | | | | | | * coff-rs6000.c: Fix formatting. * coff-sh.c: Likewise. * coff-sparc.c: Likewise. * coff-tic30.c: Likewise. * coff-tic54x.c: Likewise. * coff-tic80.c: Likewise. * coff-w65.c: Likewise. * coff-we32k.c: Likewise. * coff-z8k.c: Likewise.
* * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.Richard Henderson2000-11-152-1/+5
|
* 2000-11-15 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-154-352/+349
| | | | | | * coff-arm.c: Fix formatting. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise.
* Protoization.Kevin Buettner2000-11-154-8/+6
|
* * elf64-alpha.c (elf64_alpha_check_relocs): Create the relocRichard Henderson2000-11-152-1/+7
| | | | section with the same ALLOC|LOAD flags as the source section.
* * config/tc-v850.c: Support dwarf2.DJ Delorie2000-11-153-2/+34
| | | | | | | * config/tc-v850.h: Ditto. * config/tc-v850.c (cons_fix_new_v850): Don't rely on parse_cons_expression_v850 to initialize hold_cons_reloc.
* [merge]DJ Delorie2000-11-152-8/+13
| | | | | * cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC.
* ops - omited from previous deltaNick Clifton2000-11-153-26/+385
| | | | Add GFPL to bfd.texinfo
* Workaround for Itanium A/B step errataBernd Schmidt2000-11-152-0/+124
|
* * utils.c (strlen_paddr, paddr, paddr_nz): Use TARGET_ADDR_BIT,David Taylor2000-11-152-3/+9
| | | | | not TARGET_PTR_BIT, since we are dealing with addresses, not pointers.
* Correct date and style of last entryHans-Peter Nilsson2000-11-152-2/+2
|
* * cplus_dem.c: Add gnat demangler. Add java to demangle styleHans-Peter Nilsson2000-11-152-0/+153
| | | | list.
* * demangle.h: Add gnat and java demangle styles.Hans-Peter Nilsson2000-11-152-2/+13
|
* Extend earlier ia64-hpux patches to work correctly for ia64-linux.Jim Wilson2000-11-142-3/+18
| | | | | * config/tc-ia64.c (ia64_target_format): If EF_IA_64_BE not set, then return little endian bfd formats.
* 2000-11-03 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-11-142-42/+61
| | | | | | * config/monitor.exp (gdb_target_cmd): Abstracts some of the code from gdb_target_monitor, so it can be used independantly for gdbserver. Also comment out an unnecessary PUTS.
* 2000-11-03 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-11-147-36/+78
| | | | | | | | | | | | | | | | | * gdb.base/a2-run.exp: Use gdb_skip_stdio_test. * gdb.base/corefile.exp: Expect the message "Program is being debugged already" when we send the "corefile" command, since the preceeding gdb_load may have connected gdb to a remote target. * gdb.base/display.exp: Disable hardware watchpoints if new board info variable "no_hardware_watchpoints" is true. Replace single-letter commands with more readable ones. * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints if new board info variable "no_hardware_watchpoints" is true. * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests to see if stdio (printf) testing is possible. * gdb.base/watchpoint.exp: Disable hardware watchpoints if new board info variable "no_hardware_watchpoints" is true. Use new proc "gdb_skip_stdio_tests" to see if printf tests are possible.
* 2000-11-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-1419-99/+98
| | | | | | | | | | | | | | | | | | | | | * config/aout_gnu.h: Fix formatting. * config/atof-vax.c: Likewise. * config/m68k-parse.h: Likewise. * config/m88k-opcode.h: Likewise. * config/obj-elf.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-cris.c: Likewise. * config/tc-i386.c: Likewise. * config/tc-ia64.c: Likewise. * config/tc-mn10300.c: Likewise. * config/te-386bsd.h: Likewise. * config/te-hppa.h: Likewise. * config/te-nbsd.h: Likewise. * config/te-ppcnw.h: Likewise. * config/te-sparcaout.h: Likewise. * config/te-tmips.h: Likewise. * config/vax-inst.h: Likewise. * config/vms-conf.h: Likewise.
* * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits usedJakub Jelinek2000-11-144-4/+15
| | | | | | by STO_ALPHA constants. * config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits.
* * cris-dis.c (cris_get_disassembler): If abfd is NULL, returnHans-Peter Nilsson2000-11-142-1/+9
| | | | print_insn_cris_with_register_prefix.
* 2000-11-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-143-366/+354
| | | | | * coff-pmac.c: Fix formatting. * coff-ppc.c: Likewise.
* 2000-11-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-144-30/+36
| | | | | | * scripttempl/h8300.sc: Fix formatting. * scripttempl/h8300h.sc: Likewise. * scripttempl/h8300s.sc: Likewise.
* From Kenneth Block <kenneth.block@compaq.com>Daniel Berlin2000-11-142-59/+20
| | | | | * demangle.c: Use libibery list of demanglers instead of out of date local copy.
* Fix ``show remotewritesize'' was doing a set.Andrew Cagney2000-11-142-1/+8
|
* 2000-11-13 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2000-11-142-11/+26
| | | | | | From Orjan Friberg <orjanf@axis.com>: * gdb.base/printcmds.exp: Escape curly braces followed by a number in array print pattern match.
* 2000-11-08 H.J. Lu <hjl@gnu.org>H.J. Lu2000-11-132-1/+6
| | | | | * elflink.h (elf_link_add_object_symbols): Also add indirect symbols for common symbols with the default version.
* * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.Denis Chertykov2000-11-132-2/+6
|
* 2000-11-13 H.J. Lu <hjl@gnu.org>H.J. Lu2000-11-1316-0/+160
| | | | | | | | | | | | | | | | | | * gas/symver/symver.exp: New for symver test. * gas/symver/symver0.d: Likewise. * gas/symver/symver0.s: Likewise. * gas/symver/symver1.d: Likewise. * gas/symver/symver1.s: Likewise. * gas/symver/symver2.l: Likewise. * gas/symver/symver2.s: Likewise. * gas/symver/symver3.l: Likewise. * gas/symver/symver3.s: Likewise. * gas/symver/symver4.l: Likewise. * gas/symver/symver4.s: Likewise. * gas/symver/symver5.l: Likewise. * gas/symver/symver5.s: Likewise. * gas/symver/symver6.l: Likewise. * gas/symver/symver6.s: Likewise.
* 2000-11-13 H.J. Lu <hjl@gnu.org>H.J. Lu2000-11-133-32/+93
| | | | | | | | | | * config/obj-elf.c (elf_frob_symbol): Support ".symver name,name2@@@nodename". (elf_frob_file_before_adjust): Likewise. * doc/as.texinfo: Updated for ".symver name,name2@@@nodename" and ".symver name,name2@@@nodename". Fix a typo.
* * config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handleEli Zaretskii2000-11-132-1/+7
| | | | the gettext's posrcprefix correctly with drive letters.
* 2000-11-09 Philip Blundell <pb@futuretv.com>Phil Blundell2000-11-132-0/+41
| | | | | * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME around orphan sections whose names can be represented in C.
* 2000-11-09 Philip Blundell <pb@futuretv.com>Phil Blundell2000-11-132-1/+5
| | | | * section.c (STD_SECTION): Set gc_mark flag.
* 2000-11-12 H.J. Lu (hjl@gnu.org)H.J. Lu2000-11-132-2/+11
| | | | | * config/obj-elf.c (obj_elf_symver): Check missing version name.
* 2000-11-12 H.J. Lu (hjl@gnu.org)H.J. Lu2000-11-132-1/+6
| | | | | * dwarf2dbg.c (dwarf2_generate_asm_lineno): Use addressT instead of bfd_vma for non-bfd assemblers.
* 2000-11-11 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-116-101/+101
| | | | | | | | * coff-i960.c: Likewise. * coff-m68k.c: Likewise. * coff-m88k.c: Likewise. * coff-mcore.c: Likewise. * coff-mips.c: Likewise.
* * gas/macros/macros.exp: Mark strings test xfail for sh.Hans-Peter Nilsson2000-11-112-0/+5
|
* * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.Alexandre Oliva2000-11-112-0/+6
|
* * sh-opc.h: The operand of `mov.w r0, (<disp>,GBR)' is IMM1, not 0.Alexandre Oliva2000-11-112-1/+5
|
* * stabsread.c (read_range_type): Properly construct complexJim Blandy2000-11-102-4/+13
| | | | type nodes.
* 2000-11-10 Fernando Nasser <fnasser@totem.toronto.redhat.com>Fernando Nasser2000-11-105-1235/+1309
| | | | | | | | | | * symtab.c (decode_line_1, total_number_of_methods, find_methods, build_command_line_spec, find_toplevel_char, decode_line_2): Move to linespec.c. * linespec.c: New file. Routines that handle linespecs, formerly in symtab.c. * symtab.h: Export find_line_symtab and find_function_start_sal, * Makefile.in: Add linespec.c.
* 2000-11-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-107-136/+131
| | | | | | | | | * coff-h8300.c: Fix formatting. * coff-h8500.c: Likewise. * coff-i386.c: Likewise. * coff-i860.c: Likewise. * coff-i960.c: Likewise. * coff-ia64.c: Likewise.
* * inferior.h (step_over_calls_kind): New enum to clarify values inChristopher Faylor2000-11-104-17/+77
| | | | | | | | | | | | | | | | | step_over_calls. * infcmd.c (step_over_calls): Change definition. (step_1): Use new enum values in relation to step_over_calls. (step_once): Ditto. (until_next_command): Ditto. * infrun.c (clear_proceed_status): Ditto. (handle_inferior_event): Ditto. * inferior.h (step_stop_if_no_debug): New variable. * infrun.c (step_stop_if_no_debug): Declare. (handle_inferior_event): Stop the step command if we entered a function without line info. (_initialize_infrun): New command 'set step-mode' to control the step command. * infcmd.c (step_once): Switch to stepi mode if there is no line info (and switching is enabled).
OpenPOWER on IntegriCloud