deliverable/binutils-gdb.git
22 years ago * config.sub: Update to version 1.232 on subversion.
Geoffrey Keating [Mon, 26 Nov 2001 22:52:00 +0000 (22:52 +0000)] 
* config.sub: Update to version 1.232 on subversion.

22 years agomerge from gcc
DJ Delorie [Mon, 26 Nov 2001 22:25:58 +0000 (22:25 +0000)] 
merge from gcc

22 years ago2001-11-26 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Mon, 26 Nov 2001 21:29:31 +0000 (21:29 +0000)] 
2001-11-26  Fernando Nasser  <fnasser@redhat.com>

From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
* gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
to a local (non-static) variable. Copy tstruct.a to a static buffer
and return a pointer to that buffer.
* gdb.base/callfwmall.c (t_structs_a): Ditto.

22 years agomerge from gcc
DJ Delorie [Mon, 26 Nov 2001 21:23:10 +0000 (21:23 +0000)] 
merge from gcc

22 years ago* gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini use
Christopher Faylor [Mon, 26 Nov 2001 20:34:56 +0000 (20:34 +0000)] 
* gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini use
since it is described in the referenced section.  From Eli Zaretskii
<eliz@is.elta.co.il>
* gdb.texinfo (Command Files): Reword to make gdb.ini requirement clearer when
using DJGPP.

22 years ago2001-11-26 Fernando Nasser <fnasser@redhat.com>
Fernando Nasser [Mon, 26 Nov 2001 19:40:19 +0000 (19:40 +0000)] 
2001-11-26  Fernando Nasser  <fnasser@redhat.com>

From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
* gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
to a local (non-static) variable. Copy tstruct.a to a static buffer
and return a pointer to that buffer.
* gdb.base/callfwmall.c (t_structs_a): Ditto.

22 years ago * stabs.c (_bfd_discard_section_stabs): Use PARAMS in function
Jeff Law [Mon, 26 Nov 2001 19:31:27 +0000 (19:31 +0000)] 
    * stabs.c (_bfd_discard_section_stabs): Use PARAMS in function
        prototypes.

22 years ago * sparc-nat.c (fetch_inferior_registers): Don't rely
Jakub Jelinek [Mon, 26 Nov 2001 16:42:11 +0000 (16:42 +0000)] 
* sparc-nat.c (fetch_inferior_registers): Don't rely
on CORE_ADDR being 32-bit.
(store_inferior_registers): Likewise.

22 years ago*** empty log message ***
gdbadmin [Mon, 26 Nov 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago* mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
Jim Blandy [Sun, 25 Nov 2001 23:43:43 +0000 (23:43 +0000)] 
* mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.

22 years agodaily update
Alan Modra [Sun, 25 Nov 2001 23:00:06 +0000 (23:00 +0000)] 
daily update

22 years ago * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
Stephane Carrez [Sun, 25 Nov 2001 17:29:27 +0000 (17:29 +0000)] 
* scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
destructor in rom.
* scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.

22 years ago * gas/all/gas.exp (incbin): Fix condition.
Andreas Jaeger [Sun, 25 Nov 2001 15:21:58 +0000 (15:21 +0000)] 
* gas/all/gas.exp (incbin): Fix condition.

22 years ago * config/djgpp/config.sed: Fix an error in etc/ at "make install"
Eli Zaretskii [Sun, 25 Nov 2001 11:32:51 +0000 (11:32 +0000)] 
* config/djgpp/config.sed: Fix an error in etc/ at "make install"
time on non-LFN systems where standards*.inf* expands to nothing.

22 years ago * go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
Eli Zaretskii [Sun, 25 Nov 2001 11:29:31 +0000 (11:29 +0000)] 
* go32-nat.c (save_npx): Avoid a warning from GCC 3.x.

22 years ago*** empty log message ***
gdbadmin [Sun, 25 Nov 2001 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agodaily update
Alan Modra [Sat, 24 Nov 2001 23:00:04 +0000 (23:00 +0000)] 
daily update

22 years agoFix obvious typo (Bourn -> Bourne)
Fred Fish [Sat, 24 Nov 2001 21:47:51 +0000 (21:47 +0000)] 
Fix obvious typo (Bourn -> Bourne)

22 years ago* win32-nat.c (struct so_stuff): Add objfile *objfile field needed to be able
Christopher Faylor [Sat, 24 Nov 2001 19:00:03 +0000 (19:00 +0000)] 
* win32-nat.c (struct so_stuff): Add objfile *objfile field needed to be able
to remove the DLL when unloaded.  Remove unused last field.
(handle_unload_dll): New function to handle unloading of DLL.
(solib_symbols_add): Change return type to struct objfile *.
(get_child_debug_event): Call handle_unload_dll function.

22 years ago* win32-nat.c (_initialize_check_for_gdb_ini): New function.
Christopher Faylor [Sat, 24 Nov 2001 18:21:27 +0000 (18:21 +0000)] 
* win32-nat.c (_initialize_check_for_gdb_ini): New function.
* config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__.
(GDBINIT_FILENAME): Remove.

22 years ago* gdb.asm/configure.in: Fix recognition of ix86 target.
Mark Kettenis [Sat, 24 Nov 2001 14:43:57 +0000 (14:43 +0000)] 
* gdb.asm/configure.in: Fix recognition of ix86 target.
* gdb.asm/configure: Regenerate.

22 years ago * elf32-hppa.c (elf32_hppa_size_stubs): Decrease default stub
Alan Modra [Sat, 24 Nov 2001 07:39:11 +0000 (07:39 +0000)] 
* elf32-hppa.c (elf32_hppa_size_stubs): Decrease default stub
group sizes to accomodate c++.

22 years ago*** empty log message ***
gdbadmin [Sat, 24 Nov 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agoAdd x86 OpenBSD native configuration.
Mark Kettenis [Fri, 23 Nov 2001 23:01:54 +0000 (23:01 +0000)] 
Add x86 OpenBSD native configuration.
* config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh,
config/i386/nm-obsd.h: New files.
* configure.host (i[3456]86-*-openbsd*): New host.
* configure.tgt (i[3456]86-*-openbsd*): New target.
* NEWS: Update.

22 years agodaily update
Alan Modra [Fri, 23 Nov 2001 23:00:05 +0000 (23:00 +0000)] 
daily update

22 years ago * gas/all/gas.exp (incbin): Do not run on the PA.
Jeff Law [Fri, 23 Nov 2001 16:26:01 +0000 (16:26 +0000)] 
    * gas/all/gas.exp (incbin): Do not run on the PA.

22 years ago * gas/hppa/parse/parse.exp: Expect failure on line separator bug.
Jeff Law [Fri, 23 Nov 2001 16:18:14 +0000 (16:18 +0000)] 
    * gas/hppa/parse/parse.exp: Expect failure on line separator bug.

22 years ago * elf32-sparc.c (elf32_sparc_relocate_section): Don't clear
Jakub Jelinek [Fri, 23 Nov 2001 13:16:39 +0000 (13:16 +0000)] 
* elf32-sparc.c (elf32_sparc_relocate_section): Don't clear
relocations in non-alloced sections against global symbols
defined in shared library being built.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.

22 years ago * elf.c (_bfd_elf_rela_local_sym): New.
Jakub Jelinek [Fri, 23 Nov 2001 12:17:21 +0000 (12:17 +0000)] 
* elf.c (_bfd_elf_rela_local_sym): New.
* elflink.h (elf_link_input_bfd): Don't consider empty
merged sections as removed in relocation tests.
* elf-bfd.h (_bfd_elf_rela_local_sym): Add prototype.
* elf32-i386.c (elf_i386_relocate_section): Handle relocs
against STT_SECTION symbol of SHF_MERGE section.
* elf32-arm.h (elf32_arm_relocate_section): Likewise.
* elf32-avr.c (elf32_avr_relocate_section): Call
_bfd_elf_rela_local_sym.
* elf32-cris.c (cris_elf_relocate_section): Likewise.
* elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
* elf32-fr30.c (fr30_final_link_relocate): Likewise.
* elf32-h8300.c (elf32_h8_relocate_section): Likewise.
* elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
* elf32-i370.c (i370_elf_relocate_section): Likewise.
* elf32-i860.c (elf32_i860_relocate_section): Likewise.
* elf32-m32r.c (m32r_elf_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-mcore.c (mcore_elf_relocate_section): Likewise.
* elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf32-s390.c (elf_s390_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf32-v850.c (v850_elf_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
* elf64-mmix.c (mmix_elf_relocate_section): Likewise.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
* elf64-s390.c (elf_s390_relocate_section): Likewise.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
* elf-hppa.h (elf_hppa_relocate_section): Likewise.
* elf-m10200.c (mn10200_elf_relocate_section): Likewise.
* elf-m10300.c (mn10300_elf_relocate_section): Likewise.
* elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
* elf32-sh.c (sh_elf_relocate_section): Likewise for
!partial_inplace relocs. Handle relocs against STT_SECTION
symbol of SHF_MERGE for partial_inplace relocs.

* config/tc-alpha.c (tc_gen_reloc): Remove SEC_MERGE test.
* write.c (adjust_reloc_syms): Don't handle relocs against
SEC_MERGE section symbols specially.
(fixup_segment): Likewise.

22 years ago * pdp11-dis.c (print_insn_pdp11): Handle illegal instructions.
Alan Modra [Fri, 23 Nov 2001 07:09:48 +0000 (07:09 +0000)] 
* pdp11-dis.c (print_insn_pdp11): Handle illegal instructions.
Also, break out of the loop as soon as an instruction has been
printed.

22 years ago*** empty log message ***
gdbadmin [Fri, 23 Nov 2001 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agodaily update
Alan Modra [Thu, 22 Nov 2001 23:00:05 +0000 (23:00 +0000)] 
daily update

22 years ago2001-11-22 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 22 Nov 2001 18:49:12 +0000 (18:49 +0000)] 
2001-11-22  H.J. Lu  <hjl@gnu.org>

* Makefile.in: Regenerated with automake based on automake
1.4-8 in RedHat 7.1.

22 years agoMove SRC-POTFILES.in and BLD-POTFILES.in to maintainer-clean target.
Nick Clifton [Thu, 22 Nov 2001 16:21:01 +0000 (16:21 +0000)] 
Move SRC-POTFILES.in and BLD-POTFILES.in to maintainer-clean target.

22 years ago * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
Alan Modra [Thu, 22 Nov 2001 09:08:05 +0000 (09:08 +0000)] 
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
(config.status): Delete rule.
Add extra dependencies to cover sourced emulparams files.
* Makefile.in: Regenerate.

* scripttempl/elf.sc: Order <section>, <section>.* and
corresponding linkonce sections as seen in input files.
Formatting fixes.  Zero vma of all sections if not relocating.
(STACK): Define and insert if STACK_ADDR defined.
(OTHER_RELOCATING_SECTIONS): Delete.
(OTHER_END_SYMBOLS): Define.
(OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
(OTHER_READWRITE_SECTIONS): Likewise.
(OTHER_GOT_SECTIONS): Likewise.
(OTHER_SDATA_SECTIONS): Likewise.
(OTHER_BSS_SECTIONS): Likewise.
* scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
(OTHER_READWRITE_SECTIONS): Likewise.
* scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
(OTHER_READWRITE_SECTIONS): Likewise

* emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
(STACK_ADDR): Define.
* emulparams/armelf_oabi.sh: As for armelf.sh.
* emulparams/elf32mcore.sh: As for armelf.sh.
* emulparams/h8300elf.sh: As for armelf.sh.
* emulparams/mn10200.sh: As for armelf.sh.
* emulparams/shelf.sh: As for armelf.sh.

* emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
(OTHER_END_SYMBOLS): Define.
* emulparams/m32relf.sh: As for elf32fr30.sh.
* emulparams/h8300helf.sh: As for elf32fr30.sh.
* emulparams/h8300self.sh: As for elf32fr30.sh.

* emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
defines with RELOCATING test.
(OTHER_SDATA_SECTIONS): Likewise.
(OTHER_RELOCATING_SECTIONS): Delete, replacing with..
(OTHER_END_SYMBOLS): ..this.
* emulparams/crislinux.sh: As for criself.sh.

* emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
if not relocating.
(OTHER_RELOCATING_SECTIONS): Delete, replacing with..
(OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
normal and linkonce sections as seen in input files.
* emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
(TEXT_DYNAMIC): Likewise.
(INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
(OTHER_SDATA_SECTIONS): Likewise.
* emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
* emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
* emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
* emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
* emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
(OTHER_PLT_RELOC_SECTIONS): Likewise.
(OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
sections as seen in input files.
* emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
* emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
if not relocating.
(OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
(OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
* emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
(OTHER_SECTIONS): Instead, use this..
(OTHER_END_SYMBOLS): ..and this.

* emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
* emulparams/elf32bsmip.sh: Likewise.
* emulparams/elf32btsmip.sh: Likewise.
* emulparams/elf32ebmip.sh: Likewise.
* emulparams/elf32lmip.sh: Likewise.
* emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
* emulparams/elf32lsmip.sh: Likewise.
* emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
* emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
* emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
* emulparams/elf64btsmip.sh: Likewise.
* emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
* emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
* emulparams/elf32ppclinux.sh: Likewise.
* emulparams/elf32ppcsim.sh: Likewise.
* emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
* emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
* emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
* emulparams/h8300self.sh: Likewise.
* emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
* emulparams/sh.sh: Comment.
* emulparams/shl.sh: Source sh.sh, remove duplicates.
* emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
* emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.

22 years agoMention 5.1 release.
Andrew Cagney [Thu, 22 Nov 2001 05:52:23 +0000 (05:52 +0000)] 
Mention 5.1 release.

22 years ago2001-11-21 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 22 Nov 2001 01:13:10 +0000 (01:13 +0000)] 
2001-11-21  Michael Snyder  <msnyder@redhat.com>

* gdb.asm/m32r.inc: New file.
* gdb.asm/asm-source.exp: Recognize m32r target.
* gdb.asm/configure.in: Recognize m32r target.
* gdb.asm/configure: Regenerate.

22 years ago2001-11-20 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 22 Nov 2001 01:07:24 +0000 (01:07 +0000)] 
2001-11-20  Michael Snyder  <msnyder@redhat.com>

* gdb.asm/i386.inc: New file.
* gdb.asm/asm-source.exp: Recognize ix86 target.
* gdb.asm/configure.in: Recognize ix86 target.
* gdb.asm/configure: Regenerate.

22 years ago Fix for PR gdb/209, PR gdb/156:
Tom Tromey [Thu, 22 Nov 2001 00:23:13 +0000 (00:23 +0000)] 
Fix for PR gdb/209, PR gdb/156:
* gdbarch.c, gdbarch.h: Rebuilt.
* gdbarch.sh: Added `construct_inferior_arguments'.
* cli/cli-decode.h (cmd_list_element): Added pre_show_hook.
Typo fix.
* cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.
* infcmd.c (_initialize_infcmd): Set sfunc on `set args' command.
(inferior_argc, inferior_argv): New globals.
(notice_args_set): New function.
(set_inferior_args): Clear inferior_argc and inferior_argv.
(set_inferior_args_vector): New function.
(get_inferior_args): Handle inferior argument vector.
(run_command): Use get_inferior_args().
(notice_args_read): New function.
(_initialize_infcmd): Don't call set_inferior_args.
* command.h: Typo fix.
(cmd_list_element): Added pre_show_hook.
* main.c (captured_main): Added --args option.
(print_gdb_help): Document --args.
* inferior.h (construct_inferior_arguments): Declare.
(set_inferior_args_vector): Likewise.
* fork-child.c (construct_inferior_arguments): New function.

22 years ago * gdb.texinfo (Invoking GDB): Document --args.
Tom Tromey [Thu, 22 Nov 2001 00:21:45 +0000 (00:21 +0000)] 
* gdb.texinfo (Invoking GDB): Document --args.
(Mode Options): Likewise.

22 years ago*** empty log message ***
gdbadmin [Thu, 22 Nov 2001 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agodaily update
Alan Modra [Wed, 21 Nov 2001 23:00:51 +0000 (23:00 +0000)] 
daily update

22 years ago* gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
Jim Blandy [Wed, 21 Nov 2001 22:26:48 +0000 (22:26 +0000)] 
* gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
Delete documentation; this macro has been removed from the
sources.

22 years agoFix two ``attach'' related bugs involving threads.
Kevin Buettner [Wed, 21 Nov 2001 21:56:47 +0000 (21:56 +0000)] 
Fix two ``attach'' related bugs involving threads.

22 years ago * elfxx-ia64.c (elfNN_ia64_relocate_section): Test r_symndx rather
Alan Modra [Wed, 21 Nov 2001 14:58:26 +0000 (14:58 +0000)] 
* elfxx-ia64.c (elfNN_ia64_relocate_section): Test r_symndx rather
than sym_sec->output_section to detect relocs against discarded
sections.

22 years ago * config/tc-mips.c (mips_need_elf_addend_fixup): New, extracted from...
Richard Sandiford [Wed, 21 Nov 2001 11:24:13 +0000 (11:24 +0000)] 
* config/tc-mips.c (mips_need_elf_addend_fixup): New, extracted from...
(md_apply_fix3): ...here.  Don't prevent the symbol value being
subtracted twice from GPREL addends.
(tc_gen_reloc): Add the symbol value to a GPREL addend if it was
subtracted by the previous function.

22 years ago* target.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): Delete
Jim Blandy [Wed, 21 Nov 2001 02:01:29 +0000 (02:01 +0000)] 
* target.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): Delete
default definition; this is never used.

22 years ago * ldlang.c (map_input_to_output_sections): Replace "break"
Alan Modra [Wed, 21 Nov 2001 01:13:15 +0000 (01:13 +0000)] 
* ldlang.c (map_input_to_output_sections): Replace "break"
accidentally removed with 2001-08-03 change.
(lang_gc_sections_1): Likewise.

22 years agodaily update
Alan Modra [Wed, 21 Nov 2001 00:53:38 +0000 (00:53 +0000)] 
daily update

22 years ago2001-11-20 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Wed, 21 Nov 2001 00:13:30 +0000 (00:13 +0000)] 
2001-11-20  Michael Snyder  <msnyder@redhat.com>

* gdb.c++/namespace.exp: Fix quotes in output messages.

22 years ago2001-11-14 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Wed, 21 Nov 2001 00:12:01 +0000 (00:12 +0000)] 
2001-11-14  Michael Snyder  <msnyder@redhat.com>

* gdb.base/code-exprs.exp: New file.  Tests use of the "@code"
qualifier in a type cast expression, to designate an address
in the instruction space (Harvard architecture).

22 years ago*** empty log message ***
gdbadmin [Wed, 21 Nov 2001 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agoUse msgfmt to generate .gmo files from .po files for a distribution.
Nick Clifton [Tue, 20 Nov 2001 19:00:47 +0000 (19:00 +0000)] 
Use msgfmt to generate .gmo files from .po files for a distribution.

22 years ago * varobj.c (c_value_of_child): Release memory for "name" when
Keith Seitz [Tue, 20 Nov 2001 18:08:14 +0000 (18:08 +0000)] 
* varobj.c (c_value_of_child): Release memory for "name" when
finshed using it.
(c_type_of_child): Likewise.
(cplus_value_of_child): Isolate the use of name_of_child to
one case that needs it.
Release memory for "name" when finished using it.

22 years ago * top.c (gdb_init): Call init_ui_hook before initializing
Keith Seitz [Tue, 20 Nov 2001 16:54:39 +0000 (16:54 +0000)] 
* top.c (gdb_init): Call init_ui_hook before initializing
the default UI.

22 years ago2001-11-19 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 20 Nov 2001 16:36:44 +0000 (16:36 +0000)] 
2001-11-19  Elena Zannoni  <ezannoni@redhat.com>

* config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern
        declaration.

22 years ago 2001-11-19 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 20 Nov 2001 16:35:24 +0000 (16:35 +0000)] 
 2001-11-19  Elena Zannoni  <ezannoni@redhat.com>

* ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
accessing registers[].
(fill_fpregset): Ditto.

22 years ago * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
Alan Modra [Tue, 20 Nov 2001 15:31:10 +0000 (15:31 +0000)] 
* ldlang.c (walk_wild_section): Move sec == NULL case out of loop.

22 years ago * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
Alan Modra [Tue, 20 Nov 2001 15:19:39 +0000 (15:19 +0000)] 
* emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
        of false when calling lang_size_sections.
(hppaelf_layout_sections_again): Likewise.

22 years agoFix md_apply_fix3 typo.
Nick Clifton [Tue, 20 Nov 2001 09:33:49 +0000 (09:33 +0000)] 
Fix md_apply_fix3 typo.

22 years ago2001-11-20 Ben Elliston <bje@redhat.com>
Ben Elliston [Tue, 20 Nov 2001 03:33:30 +0000 (03:33 +0000)] 
2001-11-20  Ben Elliston  <bje@redhat.com>

* config/tc-m88k.c (md_apply_fix3): Match local variable `val' to
 usage after md_apply_fix3 cleanups.

22 years ago2001-11-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 20 Nov 2001 00:54:51 +0000 (00:54 +0000)] 
2001-11-19  H.J. Lu  <hjl@gnu.org>

* elflink.h (elf_link_input_bfd): Assert r_symndx != 0 when
discarding relocations.

22 years ago*** empty log message ***
gdbadmin [Tue, 20 Nov 2001 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago2001-11-19 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Mon, 19 Nov 2001 23:59:55 +0000 (23:59 +0000)] 
2001-11-19  Elena Zannoni  <ezannoni@redhat.com>

* infptrace.c (fetch_register): Dynamically allocate buffer for
register.
(store_register): Use regcache_collect, instead of accessing the
register buffer directly.

22 years ago * mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass
Daniel Jacobowitz [Mon, 19 Nov 2001 23:15:31 +0000 (23:15 +0000)] 
    * mips-tdep.c (find_proc_desc): Add cur_frame argument.  Pass
        cur_frame to heuristic_proc_desc.
        (heuristic_proc_desc): Add cur_frame argument.  Do not read SP
        if cur_frame == 0.
        (after_prologue): Pass cur_frame == 0 to find_proc_desc.
        (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
        (mips_init_extra_frame_info): Likewise.

22 years agodaily update
Alan Modra [Mon, 19 Nov 2001 23:00:05 +0000 (23:00 +0000)] 
daily update

22 years ago* defs.h (return_to_top_level): Comment.
Andrew Cagney [Mon, 19 Nov 2001 21:44:46 +0000 (21:44 +0000)] 
* defs.h (return_to_top_level): Comment.

22 years ago2001-11-19 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 19 Nov 2001 20:32:02 +0000 (20:32 +0000)] 
2001-11-19  H.J. Lu <hjl@gnu.org>

* ld-elfvsb/define.s: Mark all global lables as object.

* ld-elfvsb/hidden0.d: Match large section number.
* ld-elfvsb/hidden1.d: Likewise.
* ld-elfvsb/internal0.d: Likewise.
* ld-elfvsb/internal1.d: Likewise.
* ld-elfvsb/protected0.d: Likewise.
* ld-elfvsb/protected1.d: Likewise.

* ld-elfvsb/hidden0.d: Change NOTYPE to OBJECT.
* ld-elfvsb/internal0.d: Likewise.
* ld-elfvsb/protected0.d: Likewise.

22 years agoUse ISO C long strings.
Andrew Cagney [Mon, 19 Nov 2001 20:18:32 +0000 (20:18 +0000)] 
Use ISO C long strings.

22 years ago * varobj.c (c_value_of_child): Use the wrapper function,
Keith Seitz [Mon, 19 Nov 2001 19:44:04 +0000 (19:44 +0000)] 
* varobj.c (c_value_of_child): Use the wrapper function,
gdb_value_struct_elt.
(cplus_value_of_child): Likewise.

22 years agoDefine and use bfd_is_const_section().
Nick Clifton [Mon, 19 Nov 2001 15:35:38 +0000 (15:35 +0000)] 
Define and use bfd_is_const_section().

22 years agoAdd -ws switch to display contents of .debug_str sections
Nick Clifton [Mon, 19 Nov 2001 14:35:57 +0000 (14:35 +0000)] 
Add -ws switch to display contents of .debug_str sections

22 years ago * testsuite/binutils-all/objdump.exp: Add x86-64.
Andreas Jaeger [Mon, 19 Nov 2001 12:38:21 +0000 (12:38 +0000)] 
* testsuite/binutils-all/objdump.exp: Add x86-64.

22 years ago * elf32-hppa.c (clobber_millicode_symbols): Dec dynstr refcount.
Alan Modra [Mon, 19 Nov 2001 03:52:37 +0000 (03:52 +0000)] 
* elf32-hppa.c (clobber_millicode_symbols): Dec dynstr refcount.

22 years ago * elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefined
Alan Modra [Mon, 19 Nov 2001 03:01:43 +0000 (03:01 +0000)] 
* elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefined
millicode syms as candidates for import stubs.

22 years ago * elf32-hppa.c (PLABEL_PLT_ENTRY_SIZE): Delete.
Alan Modra [Mon, 19 Nov 2001 01:25:00 +0000 (01:25 +0000)] 
* elf32-hppa.c (PLABEL_PLT_ENTRY_SIZE): Delete.
(allocate_PIC_calls): Rename to allocate_plt_static.
(allocate_dynrelocs): Move most of code handling .plt entries to..
(allocate_plt_static): ..here.  Don't drop plabel entries.

22 years ago * mmo.c: Adjust documentation tags to use texinfo 4 features.
Hans-Peter Nilsson [Mon, 19 Nov 2001 01:22:45 +0000 (01:22 +0000)] 
* mmo.c: Adjust documentation tags to use texinfo 4 features.

22 years ago * doc/c-mmix.texi: Use texinfo 4 features.
Hans-Peter Nilsson [Mon, 19 Nov 2001 01:19:07 +0000 (01:19 +0000)] 
* doc/c-mmix.texi: Use texinfo 4 features.
(MMIX-mmixal): Fix typo.

22 years ago*** empty log message ***
gdbadmin [Mon, 19 Nov 2001 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago * COPYING.NEWLIB: Mention preserved notice in specific parts.
Hans-Peter Nilsson [Sun, 18 Nov 2001 23:43:02 +0000 (23:43 +0000)] 
* COPYING.NEWLIB: Mention preserved notice in specific parts.

22 years agodaily update
Alan Modra [Sun, 18 Nov 2001 23:00:04 +0000 (23:00 +0000)] 
daily update

22 years ago* i386-tdep.c (i386_gdbarch_init): Initialize num_regs.
Andrew Cagney [Sun, 18 Nov 2001 22:14:13 +0000 (22:14 +0000)] 
* i386-tdep.c (i386_gdbarch_init): Initialize num_regs.
* config/i386/tm-i386.h (NUM_REGS): Delete.

22 years ago * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()
Kevin Buettner [Sun, 18 Nov 2001 21:38:59 +0000 (21:38 +0000)] 
* i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()
conversion for I386_LINUX_ORIG_EAX_REGNUM.

22 years agoZap config/i386/tm-embed.h.
Andrew Cagney [Sun, 18 Nov 2001 21:28:20 +0000 (21:28 +0000)] 
Zap config/i386/tm-embed.h.

22 years ago 2001-11-17 Fred Fish <fnf@redhat.com>
Fred Fish [Sun, 18 Nov 2001 06:00:29 +0000 (06:00 +0000)] 
2001-11-17  Fred Fish  <fnf@redhat.com>
* sim-main.h (float_operation): Move enum declaration outside
of _sim_cpu struct declaration.

22 years agoZap files in gdb/gdbserver/
Andrew Cagney [Sun, 18 Nov 2001 05:09:26 +0000 (05:09 +0000)] 
Zap files in gdb/gdbserver/

22 years agodoco more build probs.
Andrew Cagney [Sun, 18 Nov 2001 04:43:50 +0000 (04:43 +0000)] 
doco more build probs.

22 years ago * i386-linux-nat.c (fill_gregset): Use regcache_collect() instead
Kevin Buettner [Sun, 18 Nov 2001 01:19:47 +0000 (01:19 +0000)] 
* i386-linux-nat.c (fill_gregset): Use regcache_collect() instead
of accessing registers[] directly.

22 years ago*** empty log message ***
gdbadmin [Sun, 18 Nov 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
Kevin Buettner [Sat, 17 Nov 2001 23:53:16 +0000 (23:53 +0000)] 
* i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
when fetching ORIG_EAX.

22 years agodaily update
Alan Modra [Sat, 17 Nov 2001 23:00:06 +0000 (23:00 +0000)] 
daily update

22 years ago* ppc-opc.c (mfvrsave, mtvrsave): New instructions.
Matthew Green [Sat, 17 Nov 2001 22:34:17 +0000 (22:34 +0000)] 
* ppc-opc.c (mfvrsave, mtvrsave): New instructions.

22 years ago * arm-linux-nat.c: Don't include <asm/ptrace.h>.
Daniel Jacobowitz [Sat, 17 Nov 2001 20:31:18 +0000 (20:31 +0000)] 
    * arm-linux-nat.c: Don't include <asm/ptrace.h>.
        (fetch_register): Use elf_gregset_t instead of struct pt_regs.
        (fetch_regs): Likewise.
        (store_register): Likewise.
        (store_regs): Likewise.

22 years ago * sparc-linux-nat.c (fill_gregset): Replace read_register_gen
Daniel Jacobowitz [Sat, 17 Nov 2001 20:21:09 +0000 (20:21 +0000)] 
    * sparc-linux-nat.c (fill_gregset): Replace read_register_gen
        with regcache_collect.
        (fill_fpregset): Likewise.

22 years agoFix typo in comment in last commit
Hans-Peter Nilsson [Sat, 17 Nov 2001 18:51:15 +0000 (18:51 +0000)] 
Fix typo in comment in last commit

22 years ago * config/tc-cris.c (md_apply_fix3): Cast value, not pointer, in
Hans-Peter Nilsson [Sat, 17 Nov 2001 18:39:03 +0000 (18:39 +0000)] 
* config/tc-cris.c (md_apply_fix3): Cast value, not pointer, in
val assignment.

22 years ago * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,
Daniel Jacobowitz [Sat, 17 Nov 2001 18:38:29 +0000 (18:38 +0000)] 
    * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,
        and sparc-linux-nat.c to ALLDEPFILES.  Add dependencies.
        * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES.
        * sparc-linux-nat.c: New file, from Mark Kettenis.

22 years ago2001-11-16 Chris Demetriou <cgd@broadcom.cOm>
Chris Demetriou [Sat, 17 Nov 2001 02:59:06 +0000 (02:59 +0000)] 
2001-11-16  Chris Demetriou  <cgd@broadcom.cOm>

        * gas/mips/elf-rel5.s, gas/mips/elf-rel5.s: New test
        to test symbol plus offset relocations in various ways.
        * gas/mips/mips.exp: Run new test.

22 years ago * dwarf2read.c (dwarf_str_buffer): New.
Jakub Jelinek [Sat, 17 Nov 2001 00:08:10 +0000 (00:08 +0000)] 
* dwarf2read.c (dwarf_str_buffer): New.
(struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size.
(DWARF_STR_BUFFER, DWARF_STR_SIZE): Define.
(dwarf2_has_info): Clear dwarf_str_offset.
(dwarf2_build_psymtabs): Read .debug_str section if present.
(dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and
DWARF_STR_SIZE.
(psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE.
(read_attribute): Handle DW_FORM_strp.
(read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8
handling code.
(read_indirect_string): New.
(dump_die): Handle DW_FORM_strp.

22 years ago*** empty log message ***
gdbadmin [Sat, 17 Nov 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

This page took 0.039588 seconds and 4 git commands to generate.