aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-012003-07-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-68/+132
* trad-frame.h: Update comments, a -1 .addr is reserved. (trad_frame_value_p, trad_frame_addr_p): Declare. (trad_frame_reg_p): Declare. (trad_frame_set_value): Rename trad_frame_register_value. (trad_frame_set_unknown): Declare. * trad-frame.c (trad_frame_realreg_p): New function. (trad_frame_addr_p, trad_frame_value_p): New function. (trad_frame_set_unknown): New function. (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero. (trad_frame_prev_register): Use trad_frame_realreg_p, trad_frame_addr_p and trad_frame_value_p. (trad_frame_set_value): Rename trad_frame_register_value. * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p and trad_frame_set_value.
2003-07-01merge from gccDJ Delorie1-0/+4
2003-07-01Patch from IBM (authors unspecified, probably Ulrich Weigand andJim Blandy2-36/+74
Gerhard Tonn) for argument passing on the S/390 and S/390x: * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space for 16 registers, and then 32 more bytes. (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS): New macros. (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially. Move up in the file, since it's now used by is_simple_arg. (is_simple_arg): Don't assume registers are four bytes long. Exclude all double arguments. Extended floats are not simple args. (is_power_of_two): New function. (pass_by_copy_ref): Call is_power_of_two, and check that the length fits in a register, rather than listing all the acceptable sizes. Extended floats are not passed by reference. (s390_push_arguments): Don't assume registers are four bytes long. Reserve an argument register to point to the buffer for structures returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and S390_STACK_FRAME_OVERHEAD.
2003-07-01*** empty log message ***gdbadmin1-1/+1
2003-07-01daily updateAlan Modra1-1/+1
2003-06-30 * xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS,Bob Wilson2-1/+10
XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define.
2003-06-302003-06-30 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-44/+27
* config/tc-mips.c (s_mipsset): Implement -march= handling differently.
2003-06-30 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, toAndreas Schwab2-1/+6
format error message.
2003-06-30 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.Joel Brobecker2-3/+4
2003-06-30Fix indentation of previous commit.David Carlton1-1/+1
2003-06-302003-06-30 David Carlton <carlton@kealia.com>David Carlton5-14/+98
Band-aid for PR c++/1245. * Makefile.in (cp-support.o): Depend on complaints_h. * cp-support.c: Include complaints.h. Add declaration for find_last_component. (cp_find_first_component): Separate code into cp_find_first_component_aux. (cp_find_first_component_aux): Call demangled_name_complaint. (demangled_name_complaint): New. 2003-06-30 David Carlton <carlton@kealia.com> * gdb.c++/maint.exp (test_invalid_name): New. (test_first_component): Add tests for invalid names.
2003-06-302003-06-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-19/+32
* remote.c (remote_write_bytes): Explicitly compute and then use the payload size. Update comments to reflect. Fixes problem of GDB not sending small packets as found by Fred Fish.
2003-06-302003-06-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+6
* remote.c (remote_async_wait): Fix -Wformat problem.
2003-06-30 * config/tc-mips.c: Convert to ISO C90 prototypes. Remove unnecessaryThiemo Seufer3-1494/+1019
prototypes and casts. Replace PTR with void *. Reformat. * config/tc-mips.h: Likewise.
2003-06-30 * config/tc-ia64.c (note_register_values): Warning fix.Alan Modra3-2/+8
* config/tc-mips.c (append_insn): Likewise.
2003-06-30 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.Alan Modra2-12/+11
(ins_imms, ins_immsm1u4): Likewise. Warning fix.
2003-06-302003-06-29 Michael Chastain <mec@shout.net>Michael Chastain2-0/+27
* gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb output of '<VTT for class>' for virtual base classes.
2003-06-30*** empty log message ***gdbadmin1-1/+1
2003-06-30daily updateAlan Modra1-1/+1
2003-06-292003-06-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-23/+18
* remote.c (remote_wait): Call error, and not warning, when the packet is corrupt. (remote_async_wait): Ditto.
2003-06-29 * sparc-tdep.c (sparc_y_regnum): Make external again.Daniel Jacobowitz2-1/+5
2003-06-29 * gdb.base/completion.exp: Tab-complete "complet" instead ofDaniel Jacobowitz4-8/+126
"compl". * gdb.base/complex.exp, gdb.base/complex.c: New files.
2003-06-29 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.Daniel Jacobowitz3-3/+24
* gdb.base/volatile.exp: Likewise.
2003-06-29 * ld-mips-elf/elf-rel-got-n64-linux.d: New file.Thiemo Seufer6-69/+1000
* ld-mips-elf/elf-rel-xgot-n64-linux.d: New file. * ld-mips-elf/mips-elf.exp: Use the new files for Linux.
2003-06-29 * cli/cli-logging.c (pop_output_files): Add void to functionDaniel Jacobowitz2-1/+6
definition.
2003-06-29 * gdb.threads/print-threads.exp (test_all_threads): Add kfail forDaniel Jacobowitz2-1/+13
gdb/1265.
2003-06-29 * xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes.Andreas Jaeger3-60/+65
* ecoff.h: Convert to ISO C90 prototypes. Replace PTR by void *.
2003-06-29 * mmix.h: Convert to ISO C90 prototypes.Andreas Jaeger3-12/+21
* mips.h: Likewise. * reloc-macros.h (START_RELOC_NUMBERS): Convert to ISO C90 prototype. (RELOC_NUMBER): Remove !__STDC__ code.
2003-06-292003-06-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+6
* frame.c (frame_register_unwind): Use unsigned char when dumping the buffer contents.
2003-06-29Convert to C90 and a few tweaks.Alan Modra26-3030/+2354
2003-06-29Add forgotten ChangeLog snippet for last elf64-x86-64.c patch.Andreas Jaeger1-0/+11
2003-06-29 * elf64-x86-64.c: Convert to ISO C90 prototypes, removeAndreas Jaeger2-175/+72
unnecessary prototypes. Replace PTR with void *.
2003-06-29 * configure.in: Check whether we need to prototype strerror.Daniel Jacobowitz8-39/+104
* server.h: Optionally prototype strerror. * gdbreplay.c (perror_with_name): Use strerror. * linux-low.c (linux_attach_lwp): Use strerror. * utils.c (perror_with_name): Use strerror. * config.in, configure: Regenerated.
2003-06-29daily updateAlan Modra1-1/+1
2003-06-29*** empty log message ***gdbadmin1-1/+1
2003-06-28 * binutils-all/objcopy.exp: Initialise $test_prog toDanny Smith2-1/+6
testprog.exe on mingw targeted systems too.
2003-06-28 * ld-mips-elf/mips-elf.exp: Use is_elf_format.Thiemo Seufer2-53/+53
2003-06-28 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.Thiemo Seufer2-0/+5
2003-06-28 * ld-mips-elf/mips-elf-flags.exp: Use -melf32bsmip for IRIX6.Thiemo Seufer2-1/+5
2003-06-28 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported byDaniel Jacobowitz2-5/+10
SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
2003-06-28 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximumDaniel Jacobowitz2-2/+31
initial line count of 'captured_main' from 26 to 32. (test_with_self): Allow xmalloc call to be interleaved with the preceding two lines.
2003-06-28./Daniel Jacobowitz13-1/+316
* cli/cli-logging.c: New file. * cli-out.c (struct ui_out_data): Add original_stream. (cli_redirect): New function. (cli_ui_out_impl): Add cli_redirect. (cli_out_new): Initialize original_stream. * ui-out.c (default_ui_out_impl): Add NULL for redirect member. (uo_redirect, ui_out_redirect): New. * ui-out.h (struct ui_out_impl): Add redirect member. (redirect_ftype): New. (ui_out_redirect): Add prototype. * Makefile.in: Add rules for cli-logging.c. * NEWS: Mention "set logging". mi/ * mi-out.c (mi_ui_out_impl): Add NULL for redirect member. tui/ * tui-out.c (tui_ui_out_impl): Add NULL for redirect member. doc/ * gdb.texinfo (Logging output): New chapter.
2003-06-28Convert to C90Alan Modra35-2223/+1501
2003-06-28 * rcparse.y (res_text_field): New res_id variable.Danny Smith15-47/+170
(res_null_text): New static const struct res_id object, with empty unicode name field. (control): Pop parsing of optresidc up one level. Set res_text_field to $2 except for controls which do not accept a text field. Set res_text_field to res_null_text for the special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR). (control_params): Adjust to use res_text_field rather than optresidc. (COMBOBOX): Add comment about discrepency between documented vs. observed default style. * resrc.c (define_control): Make first param const. * windres.h (define_control): Adjust prototype. testsuite: * binutils-all/windres/checkbox.rc: New file. * binutils-all/windres/checkbox.rsd: New file. * binutils-all/windres/combobox.rc: New file. * binutils-all/windres/combobox.rsd: New file. * binutils-all/windres/edittext.rc: New file. * binutils-all/windres/edittext.rsd: New file. * binutils-all/windres/listbox.rc: New file. * binutils-all/windres/listbox.rsd: New file. * binutils-all/windres/scrollbar.rc: New file. * binutils-all/windres/scrollbar.rsd: New file.
2003-06-282003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-5/+8
* gencode.c (op movsxy_tab): Fix up some copy/paste errors in name: s/REG_x/REG_y/.
2003-06-28*** empty log message ***gdbadmin1-1/+1
2003-06-28daily updateAlan Modra1-1/+1
2003-06-272003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* gencode.c (op tab): Move misplaced semicolon.
2003-06-27 * configure.in: Clean up config-lang.in handling. DeleteNathanael Nerode3-93/+117
useless assignment to "subdirs". * configure: Regenerate.
2003-06-272003-06-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+5
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.