summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2000-11-30 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2000-12-0116-407/+599
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * linespec.h: New file. Declarations for linespec.c. * linespec.c, alpha-tdep.c, breakpoint.c, parse.c, source.c, symtab.c, tracepoint.c: Include the above. * completer.c: New file. Line completion stuff for GDB. (get_gdb_completer_word_break_characters, get_gdb_completer_quote_characters): New functions. Accessors for useful completer internal data. (filename_completer, line_completion_function, skip_quoted): Moved here from top.c. * completer.h: New file. Declarations for the above. * linespec.c (decode_line_1): Use get_gdb_completer_word_break_characters and get_gdb_completer_quote_characters. * top.c: Include completer.h. (filename_completer, line_completion_function, skip_quoted): Moved to completer.c. * corefile.c, exec.c, source.c, symfile.c, linespec.c: Include completer.h. * Makefile.in (SFILES): Add completer.c. (COMMON_OBS): Add completer.o. (completer.o): New target. (linespec.o, alpha-tdep.o, breakpoint.o, parse.o, source.o, symtab.o, tracepoint.o): Add linespec.h to dependencies list. (corefile.o, exec.o, source.o, symfile.o, linespec.o): Add completer.h to dependencies list.
* Add support for x86_64-*-linux-gnu* targetNick Clifton2000-11-307-326/+381
|
* Add support for x86_64-*-linux-gnu* targetNick Clifton2000-11-3020-926/+5665
|
* Add x86-64 support files.Nick Clifton2000-11-303-0/+52
|
* * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.DJ Delorie2000-11-302-1/+5
|
* * emulparams/crislinux.sh (ENTRY): Change back to _start.Hans-Peter Nilsson2000-11-303-43/+51
| | | | | | | (TEXT_START_SYMBOLS): Remove conditional setting of __start. * scripttempl/crisaout.sc: Change all RELOCATING not related to merging non-a.out sections into CONSTRUCTING.
* 2000-11-30 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-302-96/+79
| | | | * xcofflink.c: Fix formatting.
* Regenerate gdbarch.c.Andrew Cagney2000-11-302-17/+21
|
* Add support for ARM's v5TE architecture and Intel's XScale extenstionsNick Clifton2000-11-3012-250/+1771
|
* Add GNU Free Documentation LicenseNick Clifton2000-11-301-15/+371
|
* Turn Gnu Free Documentation License intoa commentNick Clifton2000-11-291-359/+361
|
* * dwarf2dbg.c: Rewrite from scratch. Queue all debugging outputRichard Henderson2000-11-295-607/+1017
| | | | | | | | | | | | | | | until dwarf2_finish; use relaxation to get cross-fragment offsets; thread multiple subsegments properly; handle multiple code sections properly; emit proper compilation unit info for assembler generated debugging. * as.h (enum _relax_state): Add rs_dwarf2dbg. * dwarf2dbg.h (struct dwarf2_line_info): Remove filename. (dwarf2dbg_estimate_size_before_relax): Declare. (dwarf2dbg_relax_frag, dwarf2dbg_convert_frag): Declare. * write.c: Include dwarf2dbg.h. (cvt_frag_to_fill): Handle rs_dwarf2dbg. (relax_segment): Likewise.
* * libiberty.h: Move #includes to top. Prototype xmalloc_failed.DJ Delorie2000-11-292-6/+14
|
* * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie2000-11-292-162/+262
| | | | | | | | | | | | | | (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three argument form of AC_DEFINE in dummy definitions block. Use AC_DEFINE_NOAUTOHEADER for real definitions of things defined in dummy block. Preload cache variables instead of bypassing tests, where possible. * acconfig.h: Removed. * xmalloc.c (xmalloc_failed): New function, does error reporting on failed allocation. (xmalloc, xcalloc, xrealloc): Use it.
* * hashtab.c (higher_prime_number): Use a table, rather than aDJ Delorie2000-11-292-22/+61
| | | | seive, to find the next prime.
* * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie2000-11-295-126/+107
| | | | | | | | | | | | | (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three argument form of AC_DEFINE in dummy definitions block. Use AC_DEFINE_NOAUTOHEADER for real definitions of things defined in dummy block. Preload cache variables instead of bypassing tests, where possible. * acconfig.h: Removed. * xmalloc.c (xmalloc_failed): New function, does error reporting on failed allocation. (xmalloc, xcalloc, xrealloc): Use it.
* Fix -Wuninitialized warnings.Andrew Cagney2000-11-293-8/+15
|
* 2000-11-28 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-292-434/+415
| | | | * elf32-mips.c: Fix formatting.
* (parse_reg): Parse names case-insensitively.Hans-Peter Nilsson2000-11-282-53/+60
|
* (sh_elf_cons): Cast *input_line_pointer to unsigned char whenHans-Peter Nilsson2000-11-282-3/+7
| | | | | | indexing is_end_of_line[]. (md_assemble): Initialize size to 0. (md_section_align): Mark parameter seg as unused.
* * sh-dis.c (print_insn_ddt): Make insn_x, insn_y unsigned.Hans-Peter Nilsson2000-11-282-4/+10
| | | | | | (print_insn_ppi): Make nib1, nib2, nib3 unsigned. Initialize variable dc to NULL. (print_insn_shx): Remove unused label d_reg_n.
* * gas/sh/err.exp: New, framework for error-testing.Hans-Peter Nilsson2000-11-283-0/+44
| | | | * gas/sh/err-1.s: New test.
* * config/tc-sh.c (md_convert_frag) <undefined symbol, conditionalHans-Peter Nilsson2000-11-282-17/+30
| | | | | | | jump>: Use as_bad_where instead of as_bad. Tweak error message accordingly. Stabilize frag by updating fix part and resetting variant part. <undefined symbol, unconditional jump>: Ditto.
* Change sourceware.cygnus.com to sources.redhat.com.Hans-Peter Nilsson2000-11-282-3/+5
| | | | Fix typo for "amongst".
* * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.Hans-Peter Nilsson2000-11-282-0/+6
|
* 2000-11-22 Michael Chastain <chastain@redhat.com>Fernando Nasser2000-11-282-2/+15
| | | | | | | | * mips_pro.exp: Accept either "middle -> top -> main" or "middle -> main" in the backtrace, because gcc can optimize tail calls to jumps. Remove setup_xfail for the hppa case. Add a comment with the original warning messages from PR 3016, which was filed in 1993, to preserve them for posterity.
* 2000-11-28 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-2810-110/+109
| | | | | | | | | | | | * aoutx.h: Fix formatting. * bfd-in.h: Likewise. * bfd-in2.h: Likewise. * cache.c: Likewise. * cisco-core.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * coffswap.h: Likewise. * corefile.c: Likewise.
* 2000-11-27 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-2814-45/+61
| | | | | | | | | | | | | | | | * config/obj-aout.h: Fix formatting. * config/obj-bout.h: Likewise. * config/obj-coff.c: Likewise. * config/obj-coff.h: Likewise. * config/obj-elf.h: Likewise. * config/obj-som.h: Likewise. * config/obj-vms.c: Likewise. * config/obj-vms.h: Likewise. * config/tc-h8300.h: Likewise. * config/tc-ns32k.h: Likewise. * config/tc-sparc.h: Likewise. * config/tc-tic54x.h: Likewise. * config/tc-z8k.h: Likewise.
* *** empty log message ***Mark Salter2000-11-281-0/+4
|
* Add Mark Salter to Write After Approval list.Mark Salter2000-11-281-0/+1
|
* Move GNU Free Documentation License from the output into a commentNick Clifton2000-11-2814-3982/+4038
|
* * Makefile.am (CPU_OBJ_VALID): Add case to filter out invalid coffHans-Peter Nilsson2000-11-283-25/+16
| | | | | targets. Remove i860 from valid a.out targets. * Makefile.in: Regenerate.
* * binutils-all/readelf.s: Adjust to readelf.c formatting changes.Hans-Peter Nilsson2000-11-282-11/+16
|
* * win32-nat.c (dll_code_sections_add): strdup -> xstrdup.Christopher Faylor2000-11-283-2/+6
|
* * config/tc-cris.c: Include dwarf2dbg.h.Hans-Peter Nilsson2000-11-285-65/+96
| | | | | | | | | (md_pseudo_table): Add .file and .loc. (md_assemble): Call dwarf2_emit_insn if generating ELF. (s_cris_file, s_cris_loc): New. * config/tc-cris.h (DWARF2_LINE_MIN_INSN_LENGTH): Define. * Makefile.am: Regenerate dependencies. * Makefile.in: Regenerate.
* Correct {STANDARD,MRI}_MUL_PRECEDENCE value.Alan Modra2000-11-282-3/+9
|
* 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>David O'Brien2000-11-282-2/+6
| | | | | | | | * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF does not use them. Approved by: Richard Henderson <rth@twiddle.net> Message-ID: <20001127014059.A16638@twiddle.net>
* 2000-11-27 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-284-75/+66
| | | | | | * coff64-rs6000.c: Fix formatting. * coffgen.c: Likewise. * cofflink.c: Likewise.
* 2000-11-27 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-282-206/+248
| | | | * aout-adobe.c: Fix formatting.
* * common.h (e_machine numbers): Clarify comments to describe howHans-Peter Nilsson2000-11-272-6/+20
| | | | | | | EM_* constants are assigned. Move EM_PJ from official section to ad-hoc section. (EM_CRIS): Correct comment to match official description. (EM_MMIX): Ditto.
* oops, forgot a semicolonDJ Delorie2000-11-271-1/+1
|
* * readelf.c (usage): Add -wf (--debug-dump=frames) option.DJ Delorie2000-11-273-5/+501
| | | | | | | | | | (parse_args): Support -wf option. (process_section_headers): Ditto. (debug_displays): Ditto. (display_debug_frames): New, dump *_frame sections. (frame_need_space): Support for above. (frame_display_row): Ditto. * binutils.texi: Document it.
* Fix delete_hw_event_data() to free the scheduled eventsStephane Carrez2000-11-272-2/+7
|
* Remove space == 0 restriction in the simulator (dv-core)Stephane Carrez2000-11-272-2/+5
|
* 2000-11-27 Philip Blundell <pb@futuretv.com>Phil Blundell2000-11-275-1/+19
| | | | | | | | | | * libcoff-in.h (coff_tdata): Add `strings_written' flag. (obj_coff_strings_written): New accessor macro for above. * libcoff.h: Regenerate. * cofflink.c (_bfd_coff_final_link): Say that we wrote the strings. * coffcode.h (coff_write_object_contents): No need to write out the string table if it's already been done.
* 2000-11-22 Philip Blundell <pb@futuretv.com>Phil Blundell2000-11-272-0/+8
| | | | | * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to weak undefined symbols.
* * remote.c (remote_write_bytes): Add default case to switchAndrew Cagney2000-11-276-4/+33
| | | | | | | | | | | initializing ``todo''. Ditto for ``nr_bytes''. * top.c (catch_errors): Always initialize ``val''. * solib.c (info_sharedlibrary_command): Handle bfd_get_arch_size returning an unknown size. * gdbtypes.c (count_virtual_fns): Always initialize ``vfuncs''. * breakpoint.c (break_at_finish_at_depth_command_1): Initialise extra_args to NULL. (break_at_finish_command_1): Ditto.
* * TODO: Add GFDL updates to 5.1 release criteria.Andrew Cagney2000-11-272-0/+17
|
* Preliminary support for 68HC12Stephane Carrez2000-11-266-16/+29
|
* Fix movw/movb operands for 68HC12Stephane Carrez2000-11-265-8/+57
|