aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-26 * ecoff.c: (get_tag): Replace strcpy with xstrdup.Alan Modra4-55/+50
(ecoff_directive_def): Likewise. (ecoff_directive_tag): Likewise. * listing.c (file_info): Likewise. * hash.c (what): Likewise.
2002-06-262002-06-25 H.J. Lu <hjl@gnu.org>H.J. Lu9-0/+21
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated.
2002-06-26*** empty log message ***gdbadmin1-1/+1
2002-06-26daily updateAlan Modra1-1/+1
2002-06-25Check unit->addr_size to read in the proper number of prologue bytes.Nick Clifton2-4/+21
2002-06-25* infrun.c (stop_registers): Change variable's type to ``structAndrew Cagney5-39/+78
regcache'''. (xmalloc_inferior_status): Delete function. (free_inferior_status): Delete function. (normal_stop): Use regcache_cpy. (struct inferior_status): Change type of fields ``stop_registers'' and ``registers'' to ``struct regcache''. (write_inferior_status_register): Use regcache_write. (save_inferior_status): Instead of calling xmalloc_inferior_status, allocate the inf_status buffer directly. Use regcache_dup_no_passthrough and regcache_dup to save the buffers. (restore_inferior_status): Use regcache_xfree and regcache_cpy. Replace the stop_registers regcache instead of overriding it. Use regcache_xfree. Instead of calling free_inferior_status, xfree the buffer directly. (discard_inferior_status): Use regcache_xfree. Instead of calling free_inferior_status, xfree the buffer directly. (build_infrun): Use regcache_xmalloc. (_initialize_infrun): Delete redundant call to build_infrun. * Makefile.in (infcmd.o): Add $(regcache_h). * infcmd.c: Include "regcache.h". (run_stack_dummy): Use deprecated_grub_regcache_for_registers to obtain the address of `stop_registers' register buffer. (print_return_value): Ditto. * inferior.h (struct regcache): Add opaque declaration. (stop_registers): Change variable's declared type to ``struct regcache''.
2002-06-25fixup position of #ifdef BFD64 for powerpc delta recently applied.Nick Clifton1-1/+1
2002-06-25Only create a selvecs for aix5coff64_vec if 64-bit bfd support has been enabled.Nick Clifton3-0/+13
2002-06-25 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.Alan Modra11-86/+170
* elf32-hppa.c (hppa_add_stub): Likewise. * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise. * elflink.h (elf_add_default_symbol): Fix comment typo. (elf_add_default_symbol): Replace strcpy and strncpy with memcpy. (elf_link_add_object_symbols): Likewise. (elf_link_assign_sym_version): Likewise. * hash.c (bfd_hash_lookup): Likewise. * linker.c (_bfd_generic_link_add_one_symbol): Likewise. * section.c (bfd_get_unique_section_name): Likewise. * syms.c (_bfd_stab_section_find_nearest_line): Likewise. * elf.c (_bfd_elf_make_section_from_phdr): Likewise. (assign_section_numbers): Likewise. (_bfd_elfcore_make_pseudosection): Likewise. (elfcore_grok_lwpstatus): Likewise. (elfcore_grok_win32pstatus): Likewise. (elfcore_write_note): Constify input params. Use PTR instead of void *. Include terminating NUL in namesz. Correct padding. Support NULL "name" param. Use memcpy instead of strcpy. (elfcore_write_prpsinfo): Constify input params. (elfcore_write_prstatus): Likewise. Use PTR instead of void *. (elfcore_write_lwpstatus): Likewise. (elfcore_write_pstatus): Likewise. (elfcore_write_prfpreg): Likewise. (elfcore_write_prxfpreg): Likewise. * elf-bfd.h (elfcore_write_note): Update declaration. (elfcore_write_prpsinfo): Likewise. (elfcore_write_prstatus): Likewise. (elfcore_write_pstatus): Likewise. (elfcore_write_prfpreg): Likewise. (elfcore_write_prxfpreg): Likewise. (elfcore_write_lwpstatus): Likewise.
2002-06-25Set BSF_FUNCTION for symbols of type stProc and stStaticProc.Nick Clifton2-99/+87
Formatting tidy ups.
2002-06-25 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.Alan Modra2-1/+5
2002-06-252002-06-25 Don Howard <dhoward@redhat.com>Don Howard2-3/+10
* gdb.texinfo (Memory Region Attributes): Document new behavior for 'mem' command.
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra56-271/+300
* aout-target.h: Likewise. * aoutx.h: Likewise. * archive.c: Likewise. * bout.c: Likewise. * cache.c: Likewise. * coff-a29k.c: Likewise. * coff-alpha.c: Likewise. * coff-i386.c: Likewise. * coff-mips.c: Likewise. * coff-or32.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * coffgen.c: Likewise. * cpu-ns32k.c: Likewise. * ecoff.c: Likewise. * ecofflink.c: Likewise. * elf.c: Likewise. * elf32-arm.h: Likewise. * elf32-cris.c: Likewise. * elf32-d30v.c: Likewise. * elf32-i386.c: Likewise. * elf32-mcore.c: Likewise. * elf32-ppc.c: Likewise. * elf32-sh.c: Likewise. * elf32-sh64.c: Likewise. * elf32-v850.c: Likewise. * elf64-alpha.c: Likewise. * elf64-sh64.c: Likewise. * elfcode.h: Likewise. * elfcore.h: Likewise. * elflink.h: Likewise. * elfxx-mips.c: Likewise. * i386os9k.c: Likewise. * ieee.c: Likewise. * libbfd.c: Likewise. * linker.c: Likewise. * mmo.c: Likewise. * nlm32-alpha.c: Likewise. * nlm32-i386.c: Likewise. * nlm32-ppc.c: Likewise. * nlm32-sparc.c: Likewise. * nlmcode.h: Likewise. * oasys.c: Likewise. * pdp11.c: Likewise. * peicode.h: Likewise. * reloc.c: Likewise. * som.c: Likewise. * srec.c: Likewise. * tekhex.c: Likewise. * vms.c: Likewise. * xcofflink.c: Likewise. * elf64-sparc.c: Edit comment to not use "== false". * aoutf1.h: Don't use "? true : false". * ecoff.c: Likewise. * format.c: Likewise. * ieee.c: Likewise. * linker.c: Likewise. * mmo.c: Likewise. * oasys.c: Likewise.
2002-06-25 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.Tom Tromey3-2/+6
* target.c (initialize_targets): Fixed typo in trust-readonly-sections `show' documentation.
2002-06-25 * main.c: Marked all strings with _().Tom Tromey2-35/+39
2002-06-25merge from gccDJ Delorie7-12/+21
2002-06-25daily updateAlan Modra1-1/+1
2002-06-25*** empty log message ***gdbadmin1-1/+1
2002-06-242002-06-24 Don Howard <dhoward@redhat.com>Don Howard2-7/+17
* memattr.c (create_mem_region): Treat hi == 0 as a special case that means max CORE_ADDR+1. (lookup_mem_region): Ditto. (mem_info_command): Ditto.
2002-06-24 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.Grace Sainsbury3-4/+159
(REGISTER_BYTES_OK): Remove. (REGISTER_BYTES): Remove. (STORE_STRUCT_RETURN): Remove. (DEPRECATED_EXTRACT_RETURN_VALUE): Remove. (STORE_RETURN_VALUE): Remove. (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove. (FRAME_CHAIN): Remove. (FRAMELESS_FUNCTION_INVOCATION): Remove. (FRAME_SAVED_PC): Remove. * m68k-tdep.c (m68k_register_bytes_ok):Add. (m68k_store_struct_return): Add. (m68k_deprecated_extract_return_value): Add. (m68k_deprecated_extract_struct_value_address): Add. (m68k_store_return_value): Add. (m68k_frame_chain): Add. (m68k_frameless_function_invocation): Add. (m68k_frame_saved_pc): Add. (m68k_gdbarch_init): added set_gdbarch calls for new functions and deleted macros.
2002-06-242002-06-24 Ben Elliston <bje@redhat.com>Ben Elliston3-11/+15
* configure.in (host_tools): Remove cgen. * Makefile.in (all-cgen): Remove; runs from its source directory. (check-cgen, install-cgen, clean-cgen): Likewise. (all-opcodes): No not depend on all-cgen. (all-sim): Likewise.
2002-06-24merge from gccDJ Delorie3-8/+14
2002-06-242002-06-24 Richard Sandiford <rsandifo@redhat.com>Elena Zannoni2-3/+11
* sh64.c: Update path of "callback.h". 2002-06-20 Elena Zannoni <ezannoni@redhat.com> * sh64.c: Include correct file for register numbers.
2002-06-24 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.Tom Tromey2-26/+17
(ALLDEPFILES): Likewise. (udiheaders): Removed. (udip2soc.o): Likewise. (udi2go32.o): Likewise. (udr.o): Likewise. (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2002-06-24*** empty log message ***gdbadmin1-1/+1
2002-06-24daily updateAlan Modra1-1/+1
2002-06-23 * elflink.h (elf_link_add_archive_symbols): For the defaultAlan Modra2-7/+26
version, check references with only one `@' first.
2002-06-23 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): NewAlan Modra2-20/+65
function. (allocate_global_data_dlt): Don't add millicode symbols to dynamic symbol table. (allocate_global_data_opd, allocate_dynrel_entries): Likewise. (elf64_hppa_size_dynamic_sections): Revise to use elf64_hppa_mark_milli_and_exported_functions. (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode symbols out of dynamic symbol table.
2002-06-23 * Makefile.in: Regenerate.Alan Modra6-54/+559
* libbfd.h: Regenerate. * bfd-in2.h: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate.
2002-06-232002-06-23 Alan Modra <amodra@bigpond.net.au>Alan Modra4-7/+177
* elflink.h: Comment typo fixes. 2002-06-23 H.J. Lu <hjl@gnu.org> * elf-bfd.h (elf_link_loaded_list): New structure. (elf_link_hash_table): Add "loaded". * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded". * elflink.h (elf_link_check_versioned_symbol): New function. (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
2002-06-23*** empty log message ***gdbadmin1-1/+1
2002-06-23daily updateAlan Modra1-1/+1
2002-06-22* gdb.base/selftest.exp (do_stes_and_next): Skip calls toAndrew Cagney2-1/+22
setlocale, bindtextdomain and textdomain.
2002-06-22* infrun.c (_initialize_infrun): Delete unnecessary call toAndrew Cagney2-2/+3
build_infrun.
2002-06-22* regcache.h: Update comments describing the regcache_cpy familyAndrew Cagney3-43/+18
of functions. (regcache_save, regcache_restore): Delete declaration. (regcache_save_no_passthrough): Delete declaration. (regcache_restore_no_passthrough): Delete declaration. * regcache.c (regcache_save): Delete function. (regcache_save_no_passthrough): Delete function. (regcache_restore): Delete function. (regcache_restore_no_passthrough): Delete function.
2002-06-22* Makefile.in (INTL_SRC): Define.Andrew Cagney2-1/+12
(INTL_CFLAGS): Define. (INTL_DIR): Define. (STD_CFLAGS): Add INTL_CFLAGS.
2002-06-22merge from gccDJ Delorie2-8/+13
2002-06-22* config/m68k/tm-m68k.h: Fix typo.Andrew Cagney2-1/+20
(FRAME_INIT_SAVED_REGS): Define when non-multi-arch. (m68k_frame_init_saved_regs): Declare.
2002-06-22Remove some vestiges of Harris 88k support.Jim Blandy3-17/+8
* dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k register numbering quirk. * elfread.c (elf_symtab_read): Remove `#if' block for skipping odd symbols occurring in Harris 88k ELF targets.
2002-06-22*** empty log message ***gdbadmin1-1/+1
2002-06-22daily updateAlan Modra1-1/+1
2002-06-21 * gdb_locale.h: New file.Tom Tromey8-334/+446
* Makefile.in (GDB_CFLAGS): Define LOCALEDIR. (defs_h): Added gdb_locale.h. * configure, config.in: Rebuilt. * configure.in (PACKAGE): Define. * defs.h: Include gdb_locale.h. * main.c (captured_main): Call setlocale, bindtextdomain,
2002-06-21* configure.in: Fix AIX configury bug.DJ Delorie2-2/+4
2002-06-212002-06-21 Dave Brolley <brolley@redhat.com>Dave Brolley7-0/+1257
From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner: * config/frv/frv.mt: New file. * config/frv/tm-frv.h: New file. * configure.tgt: Support frv-*-*. * Makefile.in (frv-tdep.o): New target. * frv-tdep.c: New file. * NEWS: Mention frv.
2002-06-212002-06-21 Dave Brolley <brolley@redhat.com>Dave Brolley2-0/+5
* MAINTAINERS: Add self to "Write After Approval" list.
2002-06-21* config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)Grace Sainsbury3-5/+145
(REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE) (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT) (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL) (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros. * m68k-tdep.c: Include arch-utils.h (m68k_register_raw_size): Add. (m68k_register_virtual_size): Add. (m68k_register_virtual_type): Add. (m68k_register_name): Add. (m68k_stack_align): Add. (m68k_register_byte): Add. (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in tm-m68k.h.
2002-06-21Fixed changelog entry. Indented m68k-tdep.cGrace Sainsbury2-15/+25
2002-06-21Replaced frame_find_saved_regs with frame_init_saved_regs. ConvertedGrace Sainsbury3-39/+86
call dummy macros to multi-arch.
2002-06-212002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller9-6/+49
* parse.c (parse_fprintf): New function used to avoid calls to fprintf in bison parser generated debug code. * parser-defs.h: Declaration of new parse_fprintf function. * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y: Set YYDEBUG to 1 by default. Set YYFPRINTF as parse_fprintf.
2002-06-21 * dwarf2cfi.c: Reindented.Michal Ludvig2-41/+42