aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-112002-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-49/+59
* mips.igen (DDIV, DIV, DIVU, DMULT, DMULTU, DSLL, DSLL32, DSLLV, DSRA, DSRA32, DSRAV, DSRL, DSRL32, DSRLV, DSUB, DSUBU, JALR, JR, MOVN, MOVZ, MTLO, MULT, MULTU, SLL, SLLV, SLT, SLTU, SRAV, SRLV, SUB, SUBU, SYNC, XOR, MOVtf, DI, DMFC0, DMTC0, EI, ERET, RFE, TLBP, TLBR, TLBWI, TLBWR): Tweak instruction opcode fields (i.e., add and move commas) so that they more closely match the MIPS ISA documentation opcode partitioning.
2002-02-11 * Makefile.in: Regenerate.Alan Modra2-1/+5
2002-02-11 * Makefile.am: "make dep-am".Alan Modra3-14/+17
* Makefile.in: Regenerate.
2002-02-11bah, missed it.Alan Modra1-0/+9
2002-02-11 * Makefile.am: "make dep-am".Alan Modra6-51/+93
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate.
2002-02-11 * configure: Regenerate.Alan Modra4-111/+130
* objcopy.c: Update copyright date. * doc/Makefile.in: Regenerate.
2002-02-11 * Makefile.am: "make dep-am".Alan Modra14-738/+775
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
2002-02-112002-02-10 Michael Chastain <mec@shout.net>Michael Chastain2-2/+7
* gdb.base/funcargs.c (localvars_after_alloca): Fix return type. (call_after_alloca): Ditto.
2002-02-112002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-7/+75
* symtab.c (compare_search_syms): New function. (sort_search_symbols): New function. (search_symbols): Sort symbols after searching rather than before. 2002-02-10 Daniel Jacobowitz <drow@mvista.com> * generic/gdbtk-cmds.c (gdb_listfuncs): Don't call BLOCK_SHOULD_SORT. * library/browserwin.itb (BrowserWin::_fill_funcs_combo): Sort the output of gdb_listfuncs.
2002-02-112002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-7/+4
* lexsup.c: Remove strtoul declaration.
2002-02-112002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+5
* nlmconv.c: Back out localtime PARAMS change.
2002-02-11 * objcopy.c (MKDIR): Define.Alan Modra2-12/+47
(copy_archive): Make name_list.name const. Use MKDIR. Handle duplicate files in archives by making more temp dirs.
2002-02-112002-02-10 Chris Demetriou cgd@sibyte.comChris Demetriou2-6/+18
* mips.igen (ADDI): Print immediate value. (BREAK): Print code. (DADDIU, DSRAV, DSRLV): Print correct instruction name. (SLL): Print "nop" specially, and don't run the code that does the shift for the "nop" case.
2002-02-112002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-3/+13
* coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized variable warnings. * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned comparison warning. * trad-core.c (trad_unix_core_file_p): Silence pointer/integer cast warnings for the common case.
2002-02-11*** empty log message ***gdbadmin1-1/+1
2002-02-10 * doc/c-alpha.texi: New file.Richard Henderson6-5/+426
* doc/Makefile.am (CPU_DOCS): Add it. * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
2002-02-102002-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou12-36/+50
* callback.c: Fix some spelling errors. * hw-device.h: Likewise. * hw-tree.c: Likewise. * sim-abort.c: Likewise. * sim-alu.h: Likewise. * sim-core.h: Likewise. * sim-events.c: Likewise. * sim-events.h: Likewise. * sim-fpu.h: Likewise. * sim-profile.h: Likewise. * sim-utils.c: Likewise.
2002-02-10daily updateAlan Modra1-1/+1
2002-02-10 * configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64Hans-Peter Nilsson3-190/+194
support only for sh-*-*elf*, shl-*-*elf*, sh-*-linux* and shl-*-linux*. * configure: Regenerate.
2002-02-10 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64Hans-Peter Nilsson2-0/+20
vectors. (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64 vectors.
2002-02-102002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-5/+20
* ldmain.c: Add prototype for main (). * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H. * emultempl/lnk960.em (lnk960_choose_target): Function should take two arguments.
2002-02-102002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+11
* cgen-dis.c: Add prototypes for count_decodable_bits and add_insn_to_hash_chain.
2002-02-10Update copyright date per last commit.Daniel Jacobowitz1-1/+1
2002-02-10Update copyright date from last commit.Daniel Jacobowitz1-1/+2
2002-02-10Update copyright date.Daniel Jacobowitz1-1/+1
2002-02-102002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-1/+9
* gprof.c: Include "getopt.h" after other includes, so that the proper macros are defined. * gen-c-prog.awk: Emit a prototype for the generated function.
2002-02-102002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-3/+13
* coffdump.c: Include "getopt.h" after "bucomm.h" so that macros are defined correctly. * nlmconv.c: Add PARAMS ((const time_t *)) to localtime prototype. Prototype main. * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
2002-02-102002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+10
* gdb.base/ending-run.exp: Guard "cont" test with gdb_skip_stdio_test.
2002-02-10* NEWS: Linux -> GNU/Linux.Andrew Cagney2-12/+15
2002-02-10* gdbarch.sh: For for level one methods, disallow a definitionAndrew Cagney3-24/+55
when partially multi-arched. Add comments explaining rationale. * gdbarch.h: Re-generate.
2002-02-10* gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require whenAndrew Cagney2-1/+6
multi-arch partial.
2002-02-10 * ldlang.c (entry_section): New initialised variable.Alan Modra4-1/+16
(lang_finish): Use it. * ldlang.h (entry_section): Declare. * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set entry_section to ".opd".
2002-02-10Add 'xscale' as an expected cpu type.Nick Clifton2-1/+6
2002-02-10* gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on badAndrew Cagney3-47/+62
field. Use diff -u. * gdbarch.c: Re-generate.
2002-02-10* config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.Andrew Cagney2-2/+1
2002-02-10* gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-archAndrew Cagney2-1/+6
partial.
2002-02-10* gdbarch.sh (REGISTER_CONVERTIBLE): Don't require whenAndrew Cagney3-4/+11
multi-arch partial. (PUSH_ARGUMENTS): Switch to using predefault. * gdbarch.c: Regenerate.
2002-02-10* valops.c (PUSH_ARGUMENTS): Delete definition.Andrew Cagney5-8/+15
* gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch partial. Default to default_push_arguments. * gdbarch.h, gdbarch.c: Regenerate.
2002-02-10* defs.h (throw_exception): Rename return_to_top_level. UpdateAndrew Cagney12-42/+56
comments. * utils.c (error_stream, internal_verror, quit): Ditto. * top.c (throw_exception, catcher): Ditto. * sparclet-rom.c (sparclet_load): Ditto. * remote.c (interrupt_query, minitelnet): Ditto. * remote-sds.c (interrupt_query): Ditto. * remote-mips.c (mips_error, mips_kill): Ditto. * ocd.c (interrupt_query): Ditto. * monitor.c (monitor_interrupt_query): Ditto. * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto. * target.h: Update comment. * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
2002-02-10Fix date in last entry. I should stop living in the past.Chris Demetriou1-1/+1
2002-02-10* gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default toAndrew Cagney6-11/+11
default_double_format. * gdbarch.h, gdbarch.c: Re-generate. * findvar.c (floatformat_unknown): Delete variable definition. * doublest.h (floatformat_unknown): Delete variable declaration.
2002-02-102002-02-08 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-0/+11
* ld.texinfo (Options): Add back in -nostdlib documentation, which had been inadvertently removed.
2002-02-10*** empty log message ***gdbadmin1-1/+1
2002-02-09daily updateAlan Modra1-1/+1
2002-02-09 * config/tc-alpha.c (O_samegp): New.Richard Henderson9-4/+170
(USER_RELOC_P): Include it. (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it. (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP. (alpha_force_relocation, alpha_fix_adjustable): Likewise. (alpha_validate_fix): New. * config/tc-alpha.h (TC_VALIDATE_FIX): New. * gas/alpha/elf-reloc-5.s, gas/alpha/elf-reloc-5.d: New. * gas/alpha/elf-reloc-6.s, gas/alpha/elf-reloc-6.l: New. * gas/alpha/alpha.exp: Run them.
2002-02-09 * alpha.h (R_ALPHA_BRSGP): New.Richard Henderson2-0/+9
2002-02-09 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.Richard Henderson5-1/+103
(elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise. (elf64_alpha_relocate_section): Likewise. * reloc.c (BFD_RELOC_ALPHA_BRSGP): New. * bfd-in2.h, libbfd.h: Rebuild.
2002-02-09* stabsread.c (read_type): Add code to parse Sun's syntax forJim Blandy2-0/+80
prototyped function types.
2002-02-09* Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.Andrew Cagney2-2/+8
(SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
2002-02-09 * xcoffsolib.c (_initialize_xcoffsolib): Renamed fromPeter Schauer2-1/+8
_initialize_solib. Fixes name clash with solib.c:_initialize_solib, now _initialize_xcoffsolib gets called again and overrides the commands from solib.c in a native configuration.