summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gdbadmin2003-06-301-1/+1
|
* daily updateAlan Modra2003-06-301-1/+1
|
* 2003-06-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-292-23/+18
| | | | | | * remote.c (remote_wait): Call error, and not warning, when the packet is corrupt. (remote_async_wait): Ditto.
* * sparc-tdep.c (sparc_y_regnum): Make external again.Daniel Jacobowitz2003-06-292-1/+5
|
* * gdb.base/completion.exp: Tab-complete "complet" instead ofDaniel Jacobowitz2003-06-294-8/+126
| | | | | "compl". * gdb.base/complex.exp, gdb.base/complex.c: New files.
* * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.Daniel Jacobowitz2003-06-293-3/+24
| | | | * gdb.base/volatile.exp: Likewise.
* * ld-mips-elf/elf-rel-got-n64-linux.d: New file.Thiemo Seufer2003-06-296-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.
* * cli/cli-logging.c (pop_output_files): Add void to functionDaniel Jacobowitz2003-06-292-1/+6
| | | | definition.
* * gdb.threads/print-threads.exp (test_all_threads): Add kfail forDaniel Jacobowitz2003-06-292-1/+13
| | | | gdb/1265.
* * xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes.Andreas Jaeger2003-06-293-60/+65
| | | | * ecoff.h: Convert to ISO C90 prototypes. Replace PTR by void *.
* * mmix.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-293-12/+21
| | | | | | | | * mips.h: Likewise. * reloc-macros.h (START_RELOC_NUMBERS): Convert to ISO C90 prototype. (RELOC_NUMBER): Remove !__STDC__ code.
* 2003-06-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-292-1/+6
| | | | | * frame.c (frame_register_unwind): Use unsigned char when dumping the buffer contents.
* Convert to C90 and a few tweaks.Alan Modra2003-06-2926-3030/+2354
|
* Add forgotten ChangeLog snippet for last elf64-x86-64.c patch.Andreas Jaeger2003-06-291-0/+11
|
* * elf64-x86-64.c: Convert to ISO C90 prototypes, removeAndreas Jaeger2003-06-292-175/+72
| | | | unnecessary prototypes. Replace PTR with void *.
* * configure.in: Check whether we need to prototype strerror.Daniel Jacobowitz2003-06-298-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.
* daily updateAlan Modra2003-06-291-1/+1
|
* *** empty log message ***gdbadmin2003-06-291-1/+1
|
* * binutils-all/objcopy.exp: Initialise $test_prog toDanny Smith2003-06-282-1/+6
| | | | testprog.exe on mingw targeted systems too.
* * ld-mips-elf/mips-elf.exp: Use is_elf_format.Thiemo Seufer2003-06-282-53/+53
|
* * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.Thiemo Seufer2003-06-282-0/+5
|
* * ld-mips-elf/mips-elf-flags.exp: Use -melf32bsmip for IRIX6.Thiemo Seufer2003-06-282-1/+5
|
* * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported byDaniel Jacobowitz2003-06-282-5/+10
| | | | SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
* * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximumDaniel Jacobowitz2003-06-282-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.
* ./Daniel Jacobowitz2003-06-2813-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.
* Convert to C90Alan Modra2003-06-2835-2223/+1501
|
* * rcparse.y (res_text_field): New res_id variable.Danny Smith2003-06-2815-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-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-06-282-5/+8
| | | | | * gencode.c (op movsxy_tab): Fix up some copy/paste errors in name: s/REG_x/REG_y/.
* *** empty log message ***gdbadmin2003-06-281-1/+1
|
* daily updateAlan Modra2003-06-281-1/+1
|
* 2003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-06-272-2/+6
| | | | * gencode.c (op tab): Move misplaced semicolon.
* * configure.in: Clean up config-lang.in handling. DeleteNathanael Nerode2003-06-273-93/+117
| | | | | useless assignment to "subdirs". * configure: Regenerate.
* 2003-06-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-06-272-1/+5
| | | | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
* 2003-06-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-273-18/+7
| | | | | | | * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function. (m68hc11_gdbarch_init): Do not set call_dummy_address. * avr-tdep.c (avr_call_dummy_address): Delete function. (avr_gdbarch_init): Do not set call_dummy_address.
* 2003-06-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-06-272-8/+13
| | | | | | * symfile.c (syms_from_objfile): Move variables to inner block. Move the checks for the non-mainline case a bit earlier to avoid doing some useless computations.
* 2003-06-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-06-272-1/+9
| | | | * dwarfread.c (decode_modified_type): Gag new compiler warning.
* Cope with NUL seperated directives. Fix reporting of unparseable directives.Nick Clifton2003-06-272-9/+30
|
* Fix --add-gnu-debuglinkNick Clifton2003-06-275-34/+114
|
* * elfxx-mips.c: Revert .got alignment to 2**4.Thiemo Seufer2003-06-272-1/+7
|
* * elf32-mips.c: Fix addend for _gp_disp special symbol.Thiemo Seufer2003-06-272-29/+34
|
* Fix misdirected ChangeLog entry.Thiemo Seufer2003-06-272-4/+4
|
* * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-defaultThiemo Seufer2003-06-274-30/+20
| | | | | relocation header setup. * binutils-all/readelf.ss-tmips: Adjust symbol indices.
* * emultempl/aix.em: Convert to C90, remove unnecessary prototypesAlan Modra2003-06-2732-1180/+680
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and casts. Replace PTR with void *. Formatting. * emultempl/alphaelf.em: Likewise * emultempl/armcoff.em: Likewise * emultempl/armelf.em: Likewise * emultempl/armelf_oabi.em: Likewise * emultempl/beos.em: Likewise * emultempl/elf32.em: Likewise * emultempl/generic.em: Likewise * emultempl/gld960.em: Likewise * emultempl/gld960c.em: Likewise * emultempl/hppaelf.em: Likewise * emultempl/linux.em: Likewise * emultempl/lnk960.em: Likewise * emultempl/m68hc1xelf.em: Likewise * emultempl/m68kcoff.em: Likewise * emultempl/m68kelf.em: Likewise * emultempl/mipsecoff.em: Likewise * emultempl/mipself.em: Likewise * emultempl/mmix-elfnmmo.em: Likewise * emultempl/mmixelf.em: Likewise * emultempl/mmo.em: Likewise * emultempl/needrelax.em: Likewise * emultempl/netbsd.em: Likewise * emultempl/pe.em: Likewise * emultempl/sh64elf.em: Likewise * emultempl/sunos.em: Likewise * emultempl/ticoff.em: Likewise * emultempl/vanilla.em: Likewise * emultempl/xtensaelf.em: Likewise * Makefile.am: Correct dependencies. * Makefile.in: Regenerate.
* *** empty log message ***gdbadmin2003-06-271-1/+1
|
* daily updateAlan Modra2003-06-271-1/+1
|
* 2003-06-26 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-06-262-3/+12
| | | | | * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame sections.
* * configure.in: Rename 'target_libs' to 'target_libraries'.Nathanael Nerode2003-06-263-12/+18
| | | | | Remove useless reference to 'target_libs'. * configure: Regenerate.
* 2003-06-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-06-262-1/+265
| | | | * testsuite/demangle-expected: Add more GNU V3 testcases.
* 2003-06-26 Michael Chastain <mec@shout.net>Michael Chastain2003-06-262-0/+7
| | | | | * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc, gdb/testsuite/gdb.c++/pr-1210.exp.
* 2003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-262-0/+7
| | | | | * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's altivec_expression.h and altivec_registers.h.