summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Use section2.e-mips script for v850-elf toolchain.Nick Clifton2002-01-142-1/+6
|
* * gas/arm/armv1.s, arm/armv1.d, arm/fpa-mem.s, arm/fpa-mem.dRichard Earnshaw2002-01-1411-1/+965
| | | | | | | arm/fpa-monadic.s, arm/fpa-monadic.d, arm/fpa-dyadic.s, arm/fpa-dyadic.d: New tests. * gas/arm/le-fpconst.d (objdump): pass --section=.text * gas/arm/arm.exp: Add new tests. Run le-fpconst test on elf targets.
* * tc-arm.c (md_longopts): On targets that aren't bi-endian, supportRichard Earnshaw2002-01-142-1/+20
| | | | | the -EL/-EB option that matches the target's endianness. (md_parse_option): Likewise.
* Expect xscale-coff to fail simple objcopy test for the same reason as arm-coff.Nick Clifton2002-01-142-1/+7
|
* For ARM targets, link with libgcc.a.Nick Clifton2002-01-142-2/+10
|
* * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi optionRichard Earnshaw2002-01-142-2/+7
| | | | is not dependent on ARM_BI_ENDIAN.
* * tc-arm.c (all error messages): Normalize capitalization of messages.Richard Earnshaw2002-01-143-102/+160
| | | | | | | | | | | | | * tc-arm.h (md_operand): Delete define. * tc-arm.c (in_my_get_expression): New static variable. (my_get_expression): Set and clear it. (md_operand): New function. If called from my_get_expression put the error in inst.error. (output_inst): Now takes argument of instruction being assembled. Print it out with any error message. (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store with '=' syntax. (end_of_line): Don't update inst.error if it is already set.
* * gas/arm/armv1-bad.s gas/arm/armv1-bad.l: New files.Richard Earnshaw2002-01-144-0/+39
| | | | | * gas/arm/arm.exp (run_error_test): New proc. (armv1-bad): New error test.
* Add Spanish TranslationNick Clifton2002-01-144-2/+4155
|
* 2002-01-14 Ben Elliston <bje@redhat.com>Ben Elliston2002-01-142-2/+6
| | | | * sim-fpu.h: Fix comment about sim_fpu_* constants.
* *** empty log message ***gdbadmin2002-01-141-1/+1
|
* 2002-01-13 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-132-1/+23
| | | | | * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result for slightly dubious v2 mangled string.
* daily updateAlan Modra2002-01-131-1/+1
|
* 2002-01-13 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-132-2/+12
| | | | * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
* Rewrite target_signal_to_name().Andrew Cagney2002-01-132-6/+10
|
* From Petr Ledvina <ledvinap@kae.zcu.cz>:Andrew Cagney2002-01-132-1/+10
| | | | | * signals.c (target_signal_to_name): Verify that SIG is within the bounds of the signals array.
* * MAINTAINERS: Remove arm-coff and arm-pe from target list.Andrew Cagney2002-01-132-1/+5
|
* * stack.c (print_frame_info_base): Print the frame's pcKeith Seitz2002-01-132-9/+25
| | | | only if when print_frame_info_listing_hook is not defined.
* * varobj.c (varobj_set_value): Make sure that there were noKeith Seitz2002-01-132-62/+94
| | | | | | | | | | | | | | | | | | | | | | | | | errors evaluating the object before attempting to set its value. value_cast now properly adjusts VALUE_ADDRESS for baseclasses, so this offset adjustment is no longer necessary. (create_child): Don't set the error flag if the child is a CPLUS_FAKE_CHILD. (value_of_child): If value_fetch_lazy fails, return NULL so that callers will be notified that an error occurred. (c_value_of_variable): Delay check of variable's validity until later. We actually want all structs and unions to have the value "{...}". Do not return "???" for variables which could not be evaluated. This error condition must be returned to the caller so that it can get the error condition from gdb. (cplus_name_of_child): Adjust index for vptr before figuring out the name of the child. (cplus_value_of_child): If a child's (real) parent is not valid, don't even bother trying to give a value for it. Just return an error. Change all instances in this function. (cplus_type_of_child): If our parent is one of the "fake" parents, we need to get at the type of the real parent, and derive the child's true type using this information.
* From 2002-01-09 John Marshall <johnm@falch.net>:Andrew Cagney2002-01-134-7/+14
| | | | | | * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to sources.redhat.com, and tweak some related URLs which had suffered from linkrot.
* * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byteAndrew Cagney2002-01-132-1/+8
| | | | structures passed in registers.
* * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneousEli Zaretskii2002-01-132-8/+11
| | | | | white space which prevented compilation. Reported by DSK <dsk@student.unsw.edu.au>.
* 2002-01-11 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-132-15/+48
| | | | | | | | | | | | | | | * symfile.c (build_section_addr_info_from_section_tab): Use bfd access method instead of manipulating bfd directly. (syms_from_objfile): Ditto. (simple_overlay_update_1): Ditto. (simple_overlay_update): Ditto. (generic_load): Ditto. (overlay_unmapped_address): FIXME comment, bfd access methods. (sections_overlap): FIXME comment, bfd access methods. (pc_in_mapped_range): FIXME comment, bfd access methods. (pc_in_unmapped_range): FIXME comment, bfd access methods. (section_is_mapped): FIXME comment, bfd access methods. (section_is_overlay): FIXME comment, bfd access methods.
* *** empty log message ***gdbadmin2002-01-131-1/+1
|
* 2002-01-11 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-122-29/+43
| | | | | | | * symfile.c (generic_load): Whitespace and long line cleanups. Remove duplicate variable, change several local variables to more appropriate data types. (print_transfer_performance): Use %lu instead of %ld for ulongs.
* daily updateAlan Modra2002-01-121-1/+1
|
* * emulparams/avr1200.sh (DATA_START): Define as 0x60.Denis Chertykov2002-01-1210-1/+21
| | | | | | | | | | | * emulparams/avr23xx.sh: Likewise. * emulparams/avr4433.sh: Likewise. * emulparams/avr44x4.sh: Likewise. * emulparams/avr85xx.sh: Likewise. * emulparams/avrmega103.sh: Likewise. * emulparams/avrmega161.sh: Likewise. * emulparams/avrmega603.sh: Likewise. * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
* Use phex_nz() not printfAndrew Cagney2002-01-122-13/+8
|
* Update Copyright year.Elena Zannoni2002-01-122-1/+2
|
* 2002-01-12 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-01-122-1/+6
| | | | | * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in the function.
* * Makefile.in (tmp-igen): Pass -I $(srcdir) to igen.Matthew Green2002-01-128-27/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * igen.c (main): Change -I to add include paths for :include: files. Implement -G as per sim/igen, with just gen-icache=N support. Call load_insn_table() with the built include path. * ld-insn.c (parse_include_entry): New. Load an :include: file. (load_insn_table): New `includes' argument. Look for :include: entries and call parse_include_entry() for them. (main): Adjust load_insn_table() call. * ld-insn.h (model_include_fields): New enum. (load_insn_table): Update prototype. * table.c (struct _open_table, struct _table): Rework structures to handle included files. (table_push): Move the guts of table_open() here. * table.c (struct _open table, struct table): Make table object an indirect ptr to the current table file. (current_line, new_table_entry, next_line): Make file arg type open_table. (table_open): Use table_push. (table_entry_read): Point variable file at current table, at eof, pop last open table. * misc.h (NZALLOC): New macro. From sim/igen. * table.h, table.c (table_push): New function.
* * language.c (longest_raw_hex_string): Delete unused function.Andrew Cagney2002-01-122-23/+4
|
* *** empty log message ***gdbadmin2002-01-121-1/+1
|
* daily updateAlan Modra2002-01-111-1/+1
|
* 2002-01-11 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-112-1/+5
| | | | * gdb.texinfo (Choosing files): Change @samp to @file.
* * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudoRichard Earnshaw2002-01-116-22/+106
| | | | | | | | op that can be translated into a mvn instruction. * gas/arm/ldconst.s gas/arm/ldconst.d: New files. Test ldr with immediate pseudo-operations. * gas/arm/arm.exp: Run it.
* 1) Handling of the DW_AT_byte_size attribute when processing aPetr Sorfa2002-01-112-3/+31
| | | | | | | | | DW_TAG_string_type (this is acceptable under the current DWARF 2.1/3.0 standard.) 2) In read_tag_string_type(), a fix for FORTRAN that propagates the first string length to all string types. This is important as FORTRAN strings are not delimited as in C/C++. 3) Handling of the DW_LANG_Fortran95.
* Added Self to Write After ApprovalPetr Sorfa2002-01-111-0/+1
|
* * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->Richard Earnshaw2002-01-112-4/+12
| | | | | GETPID(inferior_ptid). (store_inferior_registers): Likewise.
* * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.Jason Merrill2002-01-112-1/+46
| | | | Fix DW_OP_minus.
* Add ia64-hpux target. LD and GDB are not currently supported.Nick Clifton2002-01-112-0/+9
|
* Add support for ia64-hpux target.Nick Clifton2002-01-113-22/+79
|
* [cgen/ChangeLog]Matthew Green2002-01-1112-341/+395
| | | | | | | | | | | | | | | | | | | | | | | | | | | * cpu/xstormy16.cpu (gr-Rbj-names): Rename this ... (gr-Rb-names): ... to this. (h-Rb): New hardware peice. (h-Rbj): Use gr-Rb-names. (Rb): Use h-Rb. (holdx): New instruction. [opcodes/ChangeLog] * xstormy16-asm.c: Regenerate. * xstormy16-desc.c: Likewise. * xstormy16-desc.h: Likewise. * xstormy16-dis.c: Likewise. * xstormy16-opc.c: Likewise. * xstormy16-opc.h: Likewise. [gas/testsuite/ChangeLog] * gas/xstormy16/allinsn.sh (movf, jmp, call, icall): Update. * gas/xstormy16/allinsn.d: Regenerate. * gas/xstormy16/allinsn.s: Regenerate. [sid/component/cgen-cpu/xstormy16/ChangeLog] * xstormy16.cxx (do_holdx): Define. * xstormy16.h (do_holdx): Declare.
* 2002-01-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-112-0/+19
| | | | * NEWS: Mention --pid and corefile/proc-id behavior change.
* * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001Andrew Cagney2002-01-112-0/+7
| | | | and bfd/elf32-sh-nbsd.c.
* *** empty log message ***gdbadmin2002-01-111-1/+1
|
* 2002-01-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-103-2/+11
| | | | | * Makefile.in: Add rules for gcore.o and linux-proc.o. * gcore.c: Include cli/cli-decode.h instead of command.h.
* 2002-01-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-103-4/+10
| | | | | | * elf.c (elfcore_write_prstatus): Use long instead of pid_t; (elfcore_write_pstatus): Use long instead of pid_t; * elf-bfd.h: Change prototypes to use long instead of pid_t;
* 2002-01-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-102-9/+22
| | | | * gdb.texinfo (--pid): Document new command line option (attach).
* 2002-01-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-102-7/+31
| | | | | | | | * main.c (captured_main): Add new command line option "--pid". If the second command line argument (following the symbol-file) begins with a digit, try to attach to it before trying to open it as a corefile. (print_gdb_help): Document the "--pid" argument.