aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-12Correct setup_xfail rule.Nick Clifton2-1/+5
2001-06-12Document use of comparison operators as infix operatorsNick Clifton2-1/+41
2001-06-12s/char */const char */Andrew Cagney5-14/+29
2001-06-12merge from gccDJ Delorie3-0/+10
2001-06-12Add lgh instruction.Nick Clifton3-0/+7
2001-06-12Bytes stored in target order, not host order.Nick Clifton2-3/+8
2001-06-12Fix m68k/mri mode problems.Nick Clifton8-42/+132
2001-06-12fix test for overlflow of literal poolNick Clifton2-1/+5
2001-06-12 * gas/i386/x86_64.d: Update for 2001-06-11 disassembler change.Alan Modra2-3/+7
2001-06-12*** empty log message ***gdbadmin1-1/+1
2001-06-11s/supress/suppress/Andrew Cagney2-6/+10
2001-06-112001-06-11 H.J. Lu <hjl@gnu.org>H.J. Lu6-4/+31
* NEWS: Updated for the new -n option for the MIPS assembler. * config/tc-mips.c (md_show_usage): Add -n. * doc/as.texinfo: Document the new -n option. * doc/c-mips.texi: Likewise. * doc/as.1: Regenerated.
2001-06-11s/char */const char */Andrew Cagney3-40/+86
2001-06-112001-06-10 Michael Chastain <chastain@redhat.com>Michael Chastain2-2/+6
* gdb.base/exprs.exp: Remove a duplicate test.
2001-06-11 * completer.c (gdb_completer_loc_break_characters): New variable.Eli Zaretskii9-66/+607
(line_completion_function): If we are completing on locations, back up the start of word pointer past all characters which can appear in a location spec. (location_completer): New function. * completer.h: Add prototype for location_completer. * symtab.c (make_source_files_completion_list) (add_filename_to_list, not_interesting_fname): New functions. (filename_seen): New function, body extracted from output_source_filename. (output_source_filename): Call filename_seen to check if the file was already printed. (make_symbol_completion_list): If TEXT includes a double-quoted string, return an empty list, not NULL. (make_file_symbol_completion_list): New function, similar to make_symbol_completion_list but with an additional argument SRCFILE. * symtab.h (make_file_symbol_completion_list) (make_source_files_completion_list): Add prototypes. * breakpoint.c (_initialize_breakpoint): Make location_completer be the completion function for all commands which set breakpoints and watchpoints. (top-level): #include "completer.h". * tracepoint.c (_initialize_tracepoint): Make location_completer be the completion function for the "trace" command. (top-level): #include "completer.h". * printcmd.c (_initialize_printcmd): Make location_completer be the completion function for the "print", "inspect", "call", and "disassemble" commands. (top-level): #include "completer.h". * infcmd.c (_initialize_infcmd): Make location_completer be the completion function for the "go", "jump", and "until" commands. (top-level): #include "completer.h".
2001-06-11Merge insn decode tables, and generally tidy.Alan Modra2-1989/+805
2001-06-112001-06-10 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+7
* gas/elf/section2.l: Match various white spaces.
2001-06-11merge from gccDJ Delorie2-48/+35
2001-06-11*** empty log message ***gdbadmin1-1/+1
2001-06-10Support 64bit ELF, not BFD.H.J. Lu1-1/+1
2001-06-102001-06-10 H.J. Lu <hjl@gnu.org>H.J. Lu3-14/+19
* gas/elf/section2.e: Support 64bit BFD. * gas/elf/section2.e-mips: Likewise.
2001-06-10Remove trailing garbage from previous checkin.Christopher Faylor1-2/+2
2001-06-10* gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor15-161/+24
* utils.c (notice_quit): Remove dummy function only used for _MSC_VER. * values.c (unpack_double): Remove obsolete check for _MSC_VER. * defs.h: Ditto. * m32r-rom.c: Ditto. * p-exp.y: Ditto. * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for faster compilation. (get_ds_base): Remove _MSC_VER version of this function. * nindy-share/ttyflush.c: Ditto. X * rdi-share/host.h: Ditto. X * ser-go32.c (dos_readchar): Remove call to obsolete function. * remote-sim.c (gdb_os_poll_quit): Ditto. * remote-e7000.c (expect): Remove obsolete #if 0'ed code. * main.c (captured_main): Eliminate special Cygwin checks. * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
2001-06-10Branch hints for Pentium4 as insn modifiers, and some minor tweaksAlan Modra7-85/+139
to formatting.
2001-06-10Move an entry to the correct ChangeLog.Alan Modra2-14/+13
2001-06-10 * elflink.h: Whitespace changes.Alan Modra7-37/+54
(elf_link_read_relocs_from_section): Use "unsigned int" iterator rather than "unsigned char". (elf_link_output_relocs): Likewise. (elf_link_input_bfd): Likewise. (elf_reloc_link_order): LIkewise. * elf.c: s/CONST/const/. Whitespace changes. * elf32-mips.c: Formatting fix. * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h. * Makefile.in: Regenerate. * po/Make-in: Remove trailing tab.
2001-06-10Oops (again), missed a comment.Andrew Cagney1-1/+1
2001-06-10Move supress_field_separator logic into mi_open() and mi_close().Andrew Cagney2-17/+21
2001-06-10Oops. Clean up changelog entry.Andrew Cagney1-8/+8
2001-06-10Add missing $(ui_out_h) dependencies.Andrew Cagney2-9/+15
2001-06-10Make char *, const char *.Andrew Cagney6-63/+141
2001-06-10*** empty log message ***gdbadmin1-1/+1
2001-06-09* sh-opc.h (sh_table): Don't use empty initializers.Alexandre Oliva2-1/+5
2001-06-092001-06-09 Philip Blundell <philb@gnu.org>Phil Blundell2-2/+8
* elf32-arm.h (elf32_arm_plt0_entry): Correct error in last change. (elf32_arm_plt_entry): Likewise.
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu8-13/+36
* gas/mips/elfel-rel3.s: Moved to ... * gas/mips/elf-rel3.s: Here. * gas/mips/elf-rel3.d: Updated. * gas/mips/elfel-rel3.d: Updated. * gas/mips/relax.d: New file. * gas/mips/relax.s: Likewise. * gas/mips/mips.exp: Run relax and set xfail.
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+22
* config/tc-mips.c (warn_nops): New variable. Set to 0 to disable warning about all NOPS that the assembler generates. (macro): Warn NOPS generated only if warn_nops is not 0. (md_shortopts): Add `n'. (md_parse_option): Set warn_nops to 1 for `n'.
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu2-6/+19
* config/tc-mips.c (mips_ip): Properly handle illegal operands.
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu4-0/+32
* gas/mips/illegal.s: New file. * gas/mips/illegal.l: Likewise. * gas/elf/elf.exp (run_list_test): New. Run illegal with run_list_test.
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu3-1/+36
* gas/mips/elf-jal.d: New file. * gas/mips/mips.exp: Run "elf-jal" instead of "jal" for ELF.
2001-06-092001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+19
* config/tc-mips.c (md_apply_fix): Don't adjust common extern/weak symbols for ELF. (md_estimate_size_before_relax): Treat weak like extern for ELF. (mips_fix_adjustable): Don't adjust extern/weak symbols for ELF.
2001-06-09 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.Alan Modra2-2/+10
2001-06-092001-06-08 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+7
* breakpoint.c (delete_breakpoint): Pass mark_inserted to remove_breakpoint, so that the subsequent test for bpt->inserted will succeed, and duplicates will be fixed up.
2001-06-09*** empty log message ***gdbadmin1-1/+1
2001-06-08 * dwarf2read.c (set_cu_language): Handle DW_LANG_Java.Per Bothner2-0/+7
2001-06-082001-06-08 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+12
* elf.c (swap_out_syms): Keep names for global section symbols.
2001-06-08 * gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07.Alan Modra2-1/+5
2001-06-082001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+7
* config.bfd: Put back ecoff for Linux/mips. Firmwares on some MIPS-based machines need it.
2001-06-08fix typo.Alan Modra1-8/+8
2001-06-08 * Makefile.am: 'som' is not wrongly spelled 'some'.Alan Modra4-65/+79
* Makefile.in: Regenerate. * config/tc-mips.c (mips16_mark_labels): Reduce number of calls to S_GET_VALUE by using a temp. (append_insn): Likewise, and for S_GET_VALUE too. (mips_emit_delays): Likewise. (my_getExpression): Likewise. (md_apply_fix): Likewise. Use "valueT" rather than "long" for "value". (mips16_extended_frag): Remove code concerned with avoiding locking in a frag address now that symbols are not finalized until relaxation is complete. Cater for first relaxation pass having bogus addresses. Use relax_marker to reliably determine whether a symbol frag has been reached on the current pass.
2001-06-08* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): IfAlexandre Oliva2-0/+12
gcc/xgcc is built, use -print-prog-name to find out the program name to use.