deliverable/binutils-gdb.git
20 years ago2005-05-24 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 24 May 2004 11:08:48 +0000 (11:08 +0000)] 
2005-05-24  Paolo Bonzini <bonzini@gnu.org>

* configure.in: Test the ability to symlink directories.
* configure: Regenerate.

* Makefile.def (bootstrap-stage): New definitions.
* Makefile.tpl (configure-stage1-gcc,
configure-stage2-gcc, configure-stage3-gcc,
all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
new-restage3, compare): Autogenerate, see Makefile.in
entry for behavioral changes.
(distclean-stage1, new-stage1-start, new-stage1-end,
new-stage1-bubble, distclean-stage2, new-stage2-start,
new-stage2-end, new-stage2-bubble, distclean-stage3,
new-stage3-start, new-stage3-end): New autogenerated targets.
(objext, prebootstrap, BOOT_CFLAGS,
POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
targets.

* Makefile.in: Regenerate.
(distclean-stage1, new-stage1-start, new-stage1-end,
new-stage1-bubble, distclean-stage2, new-stage2-start,
new-stage2-end, new-stage2-bubble, distclean-stage3,
new-stage3-start, new-stage3-end): New targets.
(all-stage1-gcc): Move prebootstrap dependency from here...
(configure-stage1-gcc): ...to here.
(new-bootstrap): Use bubble targets.
(new-cleanstrap, new-restage1, new-restage2, new-restage3):
Use per-stage distclean targets.
(configure-stage1-gcc, configure-stage2-gcc,
configure-stage3-gcc, all-stage1-gcc,
all-stage2-gcc, all-stage3-gcc, new-bootstrap):
Use new-stageN-start to prepare the tree.

20 years ago2004-05-23 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 24 May 2004 10:45:14 +0000 (10:45 +0000)] 
2004-05-23  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (host_modules): add libcpp.
* Makefile.tpl: Add dependencies on and for libcpp.
* Makefile.in: Regenerate.
* configure.in: Add libcpp host module.
* configure: Regenerate.

config/ChangeLog:

2004-05-23  Paolo Bonzini  <bonzini@gnu.org>

* acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING):
From gcc.

20 years ago* m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
Mark Kettenis [Mon, 24 May 2004 08:13:40 +0000 (08:13 +0000)] 
* m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
register number in regcache_raw_collect call.
(m68kbsd_collect_fpregset): Likewise.
* vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.

20 years agoRemove bogus inode
Nick Clifton [Mon, 24 May 2004 07:49:10 +0000 (07:49 +0000)] 
Remove bogus inode

20 years ago*** empty log message ***
gdbadmin [Mon, 24 May 2004 00:00:07 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Mon, 24 May 2004 00:00:06 +0000 (00:00 +0000)] 
daily update

20 years ago* regset.h (struct regset): Add back `regset' member.
Mark Kettenis [Sun, 23 May 2004 22:42:59 +0000 (22:42 +0000)] 
* regset.h (struct regset): Add back `regset' member.

20 years ago* ld.texinfo (Options): Fix typo in last change.
Andreas Schwab [Sun, 23 May 2004 09:30:31 +0000 (09:30 +0000)] 
* ld.texinfo (Options): Fix typo in last change.

20 years ago* configure.in: Check for td_pcb in `struct thread'.
Mark Kettenis [Sun, 23 May 2004 09:23:18 +0000 (09:23 +0000)] 
* configure.in: Check for td_pcb in `struct thread'.
* configure, config.in: Regenerated.

20 years ago * expr.c (operand, operator): Don't reject '++' and '--'.
Alan Modra [Sun, 23 May 2004 04:35:11 +0000 (04:35 +0000)] 
* expr.c (operand, operator): Don't reject '++' and '--'.

20 years ago * configure.in (is_release): Remove.
Ben Elliston [Sun, 23 May 2004 00:06:49 +0000 (00:06 +0000)] 
* configure.in (is_release): Remove.
(bfd_version_date, bfd_version, bfd_version_string): Likewise.
(AC_OUTPUT): Don't output bfdver.h from version.h.
* configure: Regenerate.
* Makefile.am (RELEASE): New variable.
(bfdver.h): New target.
* Makefile.in: Regenerate.
* doc/Makefile.in: Likewise.

20 years agodaily update
Alan Modra [Sun, 23 May 2004 00:00:06 +0000 (00:00 +0000)] 
daily update

20 years ago*** empty log message ***
gdbadmin [Sun, 23 May 2004 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago* dpx2-nat.c: Remove file.
Mark Kettenis [Sat, 22 May 2004 23:03:54 +0000 (23:03 +0000)] 
* dpx2-nat.c: Remove file.
* Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
(dpx2-nat.o): Remove dependencies.

20 years ago* amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
Mark Kettenis [Sat, 22 May 2004 22:42:53 +0000 (22:42 +0000)] 
* amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
<sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
(amd64obsd_supply_pcb): New function.
(_initialize_amd64obsd_nat): Enable libkvm interface.
* Makefile.in (amd64obsd-nat.o): Update dependencies.
* config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
(LOADLIBES): New variable.

20 years ago* sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
Mark Kettenis [Sat, 22 May 2004 22:34:44 +0000 (22:34 +0000)] 
* sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
<sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
(sparc32nbsd_supply_pcb): New function.
(_initialize_sparcnbsd_nat): Enable libkvm interface.
* Makefile.in (sparcnbsd-nat.o): Update dependencies.
* config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
(LOADLIBES): New variable.

20 years ago* bsd-kvm.c, bsd-kvm.h: New files.
Mark Kettenis [Sat, 22 May 2004 17:21:36 +0000 (17:21 +0000)] 
* bsd-kvm.c, bsd-kvm.h: New files.
* i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
"bsd-kvm.h".
(i386fbsd_supply_pcb): New function.
* Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
(i386fbsd-nat.o): Update dependencies.
(bsd_kvm_h): New variable.
(bsd-kvm.o): New dependency.
* config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
(LOADLIBES): New variable.

20 years ago* regset.c: Tweak comment.
Mark Kettenis [Sat, 22 May 2004 15:16:22 +0000 (15:16 +0000)] 
* regset.c: Tweak comment.
(regset_alloc): Remove descr argument.  Use GDBARCH_OBSTACK_ZALLOC
macro.
* regset.h: Update copyright year.
(struct regset): Remove `descr' member, add `gdbarch' member.
(regset_alloc): Adjust prototype and comment.
* i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
(i386_supply_fpregset): Likewise.
(i386_regset_from_core_section): Update call to regset_alloc.
* i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
REGSET->arch.
(i386obsd_aout_regset_from_core_section): Update call to
regset_alloc.
* i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
REGSET->arch.
(i386nbsd_aout_regset_from_core_section): Update call to
regset_alloc.
* amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
REGSET->arch.
(amd64_regset_from_core_section): Update call to regset_alloc.
* amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
REGSET->arch.
(amd64obsd_regset_from_core_section): Update call to regset_alloc.
* sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
&sparc32nbsd_gregset in sparc32_supply_gregset call.
(sparc32nbsd_init_abi): Update call to regset_alloc.
* sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
&sparc64obsd_core_gregset in sparc64_supply_gregset call.
(sparc64obsd_init_abi): Update call to regset_alloc.
* sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
&sparc64nbsd_gregset in sparc64_supply_gregset call.
(sparc64nbsd_init_abi): Update call to regset_alloc.
* sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
&sparc64fbsd_gregset in sparc64_supply_gregset call.
(sparc64fbsd_init_abi): Update call to regset_alloc.

20 years ago* gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
Mark Kettenis [Sat, 22 May 2004 13:14:22 +0000 (13:14 +0000)] 
* gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.

20 years ago * Makefile.am (config.status): Don't depend on version.h.
Ben Elliston [Sat, 22 May 2004 06:06:22 +0000 (06:06 +0000)] 
* Makefile.am (config.status): Don't depend on version.h.
* Makefile.in: Regenerate.

20 years ago* ppc-tdep.h (spe_register_p): New declaration.
Jim Blandy [Sat, 22 May 2004 06:03:26 +0000 (06:03 +0000)] 
* ppc-tdep.h (spe_register_p): New declaration.
(struct gdbarch_tdep): New members: ppc_acc_regnum and
ppc_spefscr_regnum.
* rs6000-tdep.c (spe_register_p): New function.
(rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
spefscr.
(rs6000_gdbarch_init): Initialize the new members of the tdep
structure.

20 years ago * merge.c (_bfd_merged_section_offset): Remove "addend" param.
Alan Modra [Sat, 22 May 2004 01:56:31 +0000 (01:56 +0000)] 
* merge.c (_bfd_merged_section_offset): Remove "addend" param.
* libbfd-in.h (_bfd_merged_section_offset): Adjust prototype.
* libbfd.h: Regenerate.
* elf.c (_bfd_elf_rela_local_sym): Adjust call.
(_bfd_elf_rel_local_sym): Likewise.
* elflink.c (_bfd_elf_link_sec_merge_syms): Likewise.
(elf_link_input_bfd): Likewise.
* elf32-ppc.c (ppc_elf_relax_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
* elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
(elfNN_ia64_relocate_section): Likewise.

20 years ago*** empty log message ***
gdbadmin [Sat, 22 May 2004 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Sat, 22 May 2004 00:00:10 +0000 (00:00 +0000)] 
daily update

20 years ago* ppc-linux-nat.c (fetch_register): Move code back to be next
Jim Blandy [Fri, 21 May 2004 23:30:48 +0000 (23:30 +0000)] 
* ppc-linux-nat.c (fetch_register): Move code back to be next
to the comment that describes it.  (Moved code, instead of
comment, for symmetry with store_register.)

20 years agoAllocate regset structures in the gdbarch's obstack, not using
Jim Blandy [Fri, 21 May 2004 22:15:10 +0000 (22:15 +0000)] 
Allocate regset structures in the gdbarch's obstack, not using
xmalloc.
* regset.c (regset_alloc): Renamed from regset_xmalloc.
Add 'arch' argument.  Allocate the regset on arch's obstack, not
using xmalloc.
* regset.h (regset_alloc): Update declaration.
* am64-tdep.c (amd64_regset_from_core_section): Update call; pass
gdbarch argument.
* amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
* i386-tdep.c (i386_regset_from_core_section): Same.
* i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
* i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
* sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
* sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
* sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
* sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.

20 years ago2004-05-21 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Fri, 21 May 2004 19:08:54 +0000 (19:08 +0000)] 
2004-05-21  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl: Whenever a recursive target is defined, wrap
it in a special @if/@endif block, and prepare its maybe
dependency in the @if/@endif block
* configure.in: Instead of writing maybe dependencies, remove
the @if/@endif statements, and remove the @if/@endif blocks
that remain.
* configure: Regenerate.
* Makefile.in: Regenerate.

20 years ago * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
Joel Brobecker [Fri, 21 May 2004 17:27:01 +0000 (17:27 +0000)] 
    * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
        GDB prompt.

20 years ago * config/djgpp/fnchange.lst: Undo previous change, was useless.
Joel Brobecker [Fri, 21 May 2004 17:23:32 +0000 (17:23 +0000)] 
    * config/djgpp/fnchange.lst: Undo previous change, was useless.

20 years ago2004-05-21 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 21 May 2004 16:04:03 +0000 (16:04 +0000)] 
2004-05-21  Andrew Cagney  <cagney@redhat.com>

* observer.texi (GDB Observers): Document "inferior_created".

20 years agoAdd --hash-size switch to the linker
Nick Clifton [Fri, 21 May 2004 15:38:04 +0000 (15:38 +0000)] 
Add --hash-size switch to the linker

20 years ago* libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
Mark Kettenis [Fri, 21 May 2004 14:56:07 +0000 (14:56 +0000)] 
* libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
* netbsd-core.c (netbsd_core_file_p): Set architecture for alpha,
arm, m68k, m88k and hppa core files.

20 years agoDo not use iovec if it is NULL.
Nick Clifton [Fri, 21 May 2004 13:12:27 +0000 (13:12 +0000)] 
Do not use iovec if it is NULL.

20 years ago* dwarf2expr.c (execute_stack_op): Add 'break' statements after
Jim Blandy [Fri, 21 May 2004 07:50:03 +0000 (07:50 +0000)] 
* dwarf2expr.c (execute_stack_op): Add 'break' statements after
cases for DW_OP_div and DW_OP_shr.  (Thanks to Reva Cuthbertson.)

20 years ago * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
Ben Elliston [Fri, 21 May 2004 01:58:03 +0000 (01:58 +0000)] 
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.

20 years ago*** empty log message ***
gdbadmin [Fri, 21 May 2004 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Fri, 21 May 2004 00:00:06 +0000 (00:00 +0000)] 
daily update

20 years ago2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Thu, 20 May 2004 22:26:21 +0000 (22:26 +0000)] 
2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>

* gas/ia64/dv-srlz.d: Fix a typo.

20 years ago* rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
Jim Blandy [Thu, 20 May 2004 18:49:37 +0000 (18:49 +0000)] 
* rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.

20 years ago* regset.h: Make prototype const-correct.
Mark Kettenis [Thu, 20 May 2004 17:47:55 +0000 (17:47 +0000)] 
* regset.h: Make prototype const-correct.
* regset.c (regset_xmalloc): Make const-correct.

20 years ago * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
Ulrich Weigand [Thu, 20 May 2004 14:58:54 +0000 (14:58 +0000)] 
* gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
setjmp/longjmp.  Use sigaction instead of signal.

20 years ago * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
Richard Sandiford [Thu, 20 May 2004 10:10:43 +0000 (10:10 +0000)] 
* config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
dwarf tables.

20 years ago* symtab.h (SYMBOL_SEARCH_NAME): New definition.
Paul N. Hilfinger [Thu, 20 May 2004 09:51:34 +0000 (09:51 +0000)] 
* symtab.h (SYMBOL_SEARCH_NAME): New definition.
(SYMBOL_MATCHES_SEARCH_NAME): New definition.
(symbol_search_name): Declare.

* dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
(iter_name_next_hashed): Ditto.
(iter_name_next_linear): Ditto.
(insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.

* symtab.c (lookup_partial_symbol): Assume symbols ordered by
search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
(symbol_search_name): New function.

* symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.

* minsyms.c (build_minimal_symbol_hash_tables): Change
test for adding to demangled hash table to check for difference
between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.

20 years agoFix up last ChangeLog commit.
Jim Blandy [Thu, 20 May 2004 00:56:45 +0000 (00:56 +0000)] 
Fix up last ChangeLog commit.

20 years agoUse a constructor function to create regset structures.
Jim Blandy [Thu, 20 May 2004 00:53:06 +0000 (00:53 +0000)] 
Use a constructor function to create regset structures.
* regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
(struct regset): Use supply_regset_ftype.  Add new
'collect_regset' member.
(regset_xmalloc): New declaration.
* regset.c: New file.
* am64-tdep.c (amd64_regset_from_core_section): Use
regset_xmalloc to construct regset structures.
* amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
* i386-tdep.c (i386_regset_from_core_section): Same.
* i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
* i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
* sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
* sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
* sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
* sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
* Makefile.in (COMMON_OBS): Add regset.o.
(regset.o): New rule.

20 years ago*** empty log message ***
gdbadmin [Thu, 20 May 2004 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Thu, 20 May 2004 00:00:05 +0000 (00:00 +0000)] 
daily update

20 years ago * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
Joel Brobecker [Wed, 19 May 2004 21:50:14 +0000 (21:50 +0000)] 
    * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
        and pthread_cond_wait.c.

20 years ago * gdb.threads/pthread_cond_wait.c: New file.
Joel Brobecker [Wed, 19 May 2004 21:41:03 +0000 (21:41 +0000)] 
    * gdb.threads/pthread_cond_wait.c: New file.
        * gdb.threads/pthread_cond_wait.exp: New testcase.

20 years agoAdd code to cope with nested archives.
Nick Clifton [Wed, 19 May 2004 14:46:59 +0000 (14:46 +0000)] 
Add code to cope with nested archives.

20 years ago * NEWS: Mention new linker map file generation and the
Joern Rennecke [Wed, 19 May 2004 14:15:55 +0000 (14:15 +0000)] 
* NEWS: Mention new linker map file generation and the
--reduce-memory-overheads option.
* ld.texinfo: Document --reduce-memory-overheads option.
* ld.h (map_symbol_def): New struct.
(struct user_section_struct, section_userdata_type): Rename to:
(struct lean_user_section_struct, lean_section_userdata_type).
(struct fat_user_section_struct, fat_section_userdata_type): New.
(SECTION_USERDATA_SIZE): Define.
(args_type): New member reduce_memory_overheads.
* ldlang.c (map_obstack): New static variable.
(init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
(lang_map): Unless command_line.reduce_memory_overheads is set,
initialize lists of defined symbols for each section.
(print_input_section): Unless command_line.reduce_memory_overheads
is set, use print_all_symbols.
(init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
* ldmain.c (main): Initialize command_line.reduce_memory_overheads.
* lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
(ld_options): Add entry for --reduce-memory-overheads.
(parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.

20 years ago * ldgram.y (sect_constraint): New.
Jakub Jelinek [Wed, 19 May 2004 14:01:14 +0000 (14:01 +0000)] 
* ldgram.y (sect_constraint): New.
(ONLY_IF_RO, ONLY_IF_RW): New tokens.
(section): Add sect_constraint.  Pass additional argument
to lang_enter_output_section_statement.
* mri.c (mri_draw_tree): Pass additional argument to
lang_enter_output_section_statement.
* emultempl/pe.em (place_orphan): Likewise.
(output_prev_sec_find): Disregard output section statements with
constraint == -1.
* emultempl/mmo.em (output_prev_sec_find): Likewise.
(mmo_place_orphan): Pass additional argument to
lang_enter_output_section_statement.
* emultempl/elf32.em (output_prev_sec_find): Disregard output section
statements with constraint == -1.
(place_orphan): Pass additional argument to
lang_enter_output_section_statement.
* ldlang.c (lang_enter_overlay_section): Likewise.
(lang_output_section_find_1): New.
(lang_output_section_find): Use it.
(lang_output_section_statement_lookup_1): New.
(lang_output_section_statement_lookup): Use it.
(check_section_callback, check_input_sections): New.
(map_input_to_output_sections): Check if all input sections
are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
(strip_excluded_output_sections): Disregard output section statements
with constraint == -1.
(lang_record_phdrs): Likewise.
(lang_enter_output_section_statement): Add constraint argument.
Use lang_output_section_statement_lookup_1.
* ldlang.h (lang_output_section_statement_type): Add constraint
and all_input_readonly fields.
(lang_enter_output_section_statement): Adjust prototype.
* ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
* scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
segment if all input sections are readonly.

20 years agoRemove redundant file
Nick Clifton [Wed, 19 May 2004 10:00:50 +0000 (10:00 +0000)] 
Remove redundant file

20 years ago * ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
Alan Modra [Wed, 19 May 2004 05:11:48 +0000 (05:11 +0000)] 
* ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
well as when -mpower4.

20 years ago* rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
Jim Blandy [Wed, 19 May 2004 04:18:42 +0000 (04:18 +0000)] 
* rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
before the mach-specific switch, and then let the individual cases
override the defaults, rather than leaving them uninitialized
until the switch and then setting them in each case.

20 years ago2004-05-18 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 19 May 2004 03:07:58 +0000 (03:07 +0000)] 
2004-05-18  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
millicode functions.

20 years ago2004-05-18 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 19 May 2004 02:45:24 +0000 (02:45 +0000)] 
2004-05-18  Randolph Chung  <tausq@debian.org>

* somsolib.c (som_solib_remove_inferior_hook): Make all the size
references to dld_flags_buffer consistent.

20 years ago2004-05-18 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 19 May 2004 02:38:28 +0000 (02:38 +0000)] 
2004-05-18  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
it for unwinding the stack.

20 years ago2004-05-18 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 19 May 2004 02:20:11 +0000 (02:20 +0000)] 
2004-05-18  Randolph Chung  <tausq@debian.org>

* config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
Undefine these so we can overide them using gdbarch.

20 years ago2004-05-18 Randolph Chung <tausq@debian.org>
Randolph Chung [Wed, 19 May 2004 02:15:22 +0000 (02:15 +0000)] 
2004-05-18  Randolph Chung <tausq@debian.org>

* hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
handling for 64-bit HPUX (elf).

20 years ago*** empty log message ***
gdbadmin [Wed, 19 May 2004 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

20 years agodaily update
Alan Modra [Wed, 19 May 2004 00:00:05 +0000 (00:00 +0000)] 
daily update

20 years ago * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
Daniel Jacobowitz [Tue, 18 May 2004 21:20:28 +0000 (21:20 +0000)] 
* alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
constants.
* amd64-tdep.c (amd64_skip_prologue): Likewise.
* ia64-tdep.c (examine_prologue): Likewise.
* ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
* v850-tdep.c (v850_fix_call_dummy): Likewise.

20 years ago * dv-glue.c (hw_glue_finish): Cast result of sizeof to long before
Daniel Jacobowitz [Tue, 18 May 2004 21:20:07 +0000 (21:20 +0000)] 
* dv-glue.c (hw_glue_finish): Cast result of sizeof to long before
passing it to printf.

20 years ago * Makefile.in (stamp-xmloop, stamp-2mloop): Use -outfile-suffix.
Daniel Jacobowitz [Tue, 18 May 2004 21:19:53 +0000 (21:19 +0000)] 
* Makefile.in (stamp-xmloop, stamp-2mloop): Use -outfile-suffix.

20 years agoFixes for assembling with an ARM targeted version of GAS
Nick Clifton [Tue, 18 May 2004 16:18:56 +0000 (16:18 +0000)] 
Fixes for assembling with an ARM targeted version of GAS

20 years ago * Makefile.def, Makefile.tpl, configure.in: Remove all mention
Zack Weinberg [Tue, 18 May 2004 02:00:58 +0000 (02:00 +0000)] 
* Makefile.def, Makefile.tpl, configure.in: Remove all mention
of libf2c.
* configure, Makefile.in: Regenerate.

20 years agodaily update
Alan Modra [Tue, 18 May 2004 00:00:05 +0000 (00:00 +0000)] 
daily update

20 years ago*** empty log message ***
gdbadmin [Tue, 18 May 2004 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

20 years ago * ld.texinfo (Output Section Address): Correct subsection name.
Bob Wilson [Mon, 17 May 2004 22:48:55 +0000 (22:48 +0000)] 
    * ld.texinfo (Output Section Address): Correct subsection name.

20 years ago* vax-tdep.c (vax_return_value): Implement
Mark Kettenis [Mon, 17 May 2004 22:12:13 +0000 (22:12 +0000)] 
* vax-tdep.c (vax_return_value): Implement
RETURN_VALUE_ABI_RETURNS_ADDRESS.

20 years ago* vax-tdep.c (vax_return_value): Fix typo.
Mark Kettenis [Mon, 17 May 2004 21:56:19 +0000 (21:56 +0000)] 
* vax-tdep.c (vax_return_value): Fix typo.

* alphabsd-nat.c: Update copyright year.
(getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.

20 years ago*** empty log message ***
gdbadmin [Mon, 17 May 2004 21:00:02 +0000 (21:00 +0000)] 
*** empty log message ***

20 years ago2004-05-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 17 May 2004 20:40:24 +0000 (20:40 +0000)] 
2004-05-17  Andrew Cagney  <cagney@redhat.com>

* MAINTAINERS: Mark Salter was also responsible for
testsuite/config/

20 years ago * elf32-xtensa.c (xtensa_get_property_section_name): Determine linkonce
Bob Wilson [Mon, 17 May 2004 20:33:33 +0000 (20:33 +0000)] 
* elf32-xtensa.c (xtensa_get_property_section_name): Determine linkonce
section names by inserting a new substring after .gnu.linkonce, except
for .gnu.linkonce.t.* where the "t." is replaced.

20 years agoAdd PowerPC LynxOS support
Nick Clifton [Mon, 17 May 2004 19:50:16 +0000 (19:50 +0000)] 
Add PowerPC LynxOS support

20 years ago2004-05-17 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Mon, 17 May 2004 19:16:07 +0000 (19:16 +0000)] 
2004-05-17  Andrew Cagney  <cagney@redhat.com>

* NEWS: Mention signal fixes.

20 years ago2004-05-17 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Mon, 17 May 2004 17:38:46 +0000 (17:38 +0000)] 
2004-05-17  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/frame.exp: New file. Test read-only .eh_frame and
.gcc_except_table sections.
* ld-elf/frame.s: Likewise.
* ld-elf/table.s: Likewise.
* ld-elf/tbss.s: Likewise.

20 years ago2004-05-17 Randolph Chung <tausq@debian.org>
Randolph Chung [Mon, 17 May 2004 16:46:06 +0000 (16:46 +0000)] 
2004-05-17  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
check to see if we are unwinding an export stub.  Export stubs clobber
the %rp in the call path and stores the original rp in a stack slot.

20 years ago* MAINTAINERS: Update address for J.T. Conklin.
Jim Blandy [Mon, 17 May 2004 16:40:15 +0000 (16:40 +0000)] 
* MAINTAINERS: Update address for J.T. Conklin.

20 years agobinutils ChangeLog:
Bob Wilson [Mon, 17 May 2004 16:40:01 +0000 (16:40 +0000)] 
binutils ChangeLog:
2004-05-17  David Heine  <dlheine@tensilica.com>
* objcopy.c (setup_bfd_headers): New function.
(copy_object): Call setup_bfd_headers.
bfd ChangeLog:
2004-05-17  David Heine  <dlheine@tensilica.com>
* aout-target.h (MY_bfd_copy_private_header_data): Define.
* aout-tic30.c (MY_bfd_copy_private_header_data): Define.
* bfd.c (bfd_copy_private_header_data): Define.
* coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Add entries for new
interface.
* coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
* coffcode.h (coff_bfd_copy_private_header_data): Define.
* elf-bfd.h (_bfd_elf_copy_private_header_data): Declare.
* elf.c (_bfd_elf_copy_private_section_data): Remove code to set up
segments by calling copy_private_bfd_data.
(_bfd_elf_copy_private_header_data): Define.
* elfxx-target.h (bfd_elfNN_bfd_copy_private_header_data): Define.
* libbfd-in.h (_bfd_generic_bfd_copy_private_header_data): Define.
* libecoff.h (_bfd_ecoff_bfd_copy_private_header_data): Define.
* mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Define.
* mmo.c (mmo_bfd_copy_private_header_data): Define.
* ppcboot.c (ppcboot_bfd_copy_private_header_data): Define.
* som.c (som_bfd_copy_private_header_data): Define.
* targets.c (BFD_JUMP_TABLE_COPY): Add _bfd_copy_private_header_data.
* vms.c (vms_bfd_copy_private_header_data): Define.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.

20 years ago2004-05-17 Randolph Chung <tausq@debian.org>
Randolph Chung [Mon, 17 May 2004 15:16:39 +0000 (15:16 +0000)] 
2004-05-17  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c: Remove superfluous #include's.
* Makefile.in (hppa-tdep.o): Update dependencies.

20 years ago2004-05-17 Randolph Chung <tausq@debian.org>
Randolph Chung [Mon, 17 May 2004 14:59:16 +0000 (14:59 +0000)] 
2004-05-17  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
(THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
(unwind_command, hppa_alignof, prologue_inst_adjust_sp)
(is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
(read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
Remove static function declarations.

20 years ago * gprof.texi (Output Options): Correct last patch to use @itemx, not
Ben Elliston [Mon, 17 May 2004 11:20:29 +0000 (11:20 +0000)] 
* gprof.texi (Output Options): Correct last patch to use @itemx, not
@item, for options with long option alternatives.

20 years ago* m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
Mark Kettenis [Mon, 17 May 2004 10:50:32 +0000 (10:50 +0000)] 
* m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
and M68K_A2_REGNUM.

20 years ago * gprof.texi (Introduction): Update synopsis.
Ben Elliston [Mon, 17 May 2004 05:04:27 +0000 (05:04 +0000)] 
* gprof.texi (Introduction): Update synopsis.
(Output Options): Document -r and -R.
(Analysis Options): Document -t, --table-length.
(Miscellaneous Options): Document -h, --help.

20 years agodaily update
Alan Modra [Mon, 17 May 2004 00:00:08 +0000 (00:00 +0000)] 
daily update

20 years ago* m68k-tdep.c (m68k_svr4_return_value): Implement
Mark Kettenis [Sun, 16 May 2004 23:04:15 +0000 (23:04 +0000)] 
* m68k-tdep.c (m68k_svr4_return_value): Implement
RETURN_VALUE_ABI_RETURNS_ADDRESS.

20 years ago* sol-thread.c Update copyright year. Fix various coding
Mark Kettenis [Sun, 16 May 2004 13:28:03 +0000 (13:28 +0000)] 
* sol-thread.c Update copyright year.  Fix various coding
standards violations.  Tweak a few comments.
(td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
Delete prototypes.

20 years ago2004-05-15 Randolph Chung <tausq@debian.org>
Randolph Chung [Sun, 16 May 2004 04:33:41 +0000 (04:33 +0000)] 
2004-05-15  Randolph Chung  <tausq@debian.org>

* hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
as pointer instead of array reference since HPUX compiler does
not accept unsized array arguments.
* somsolib.c (dld_flags_buffer): Use constant array size.

20 years agodaily update
Alan Modra [Sun, 16 May 2004 00:00:06 +0000 (00:00 +0000)] 
daily update

20 years ago* amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
Mark Kettenis [Sat, 15 May 2004 21:06:50 +0000 (21:06 +0000)] 
* amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
offset with decimal offset.
(amd64obsd_sigcontext_addr): Return correct address for entire
signal trampoline.

20 years ago * elfxx-mips.c (MINUS_TWO): Define.
Thiemo Seufer [Sat, 15 May 2004 18:58:05 +0000 (18:58 +0000)] 
* elfxx-mips.c (MINUS_TWO): Define.
(mips_elf_higher, mips_elf_highest,
mips_elf_create_dynamic_relocation): Use MINUS_ONE and MINUS_TWO for
some bfd_vma values.
(_bfd_mips_elf_finish_dynamic_symbol): Likewise. Code cleanup.

20 years ago* vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
Mark Kettenis [Sat, 15 May 2004 17:11:48 +0000 (17:11 +0000)] 
* vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
instead of get_frame_base.

20 years ago* i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
Mark Kettenis [Sat, 15 May 2004 17:04:10 +0000 (17:04 +0000)] 
* i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
(fill_gregset): Use regcache_raw_collect.

20 years ago* config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
Mark Kettenis [Sat, 15 May 2004 17:02:09 +0000 (17:02 +0000)] 
* config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
ppcobsd-tdep.c.

20 years ago*** empty log message ***
Mark Kettenis [Sat, 15 May 2004 17:00:30 +0000 (17:00 +0000)] 
*** empty log message ***

20 years ago* config/sparc/tm-nbsd64.h: Remove file.
Mark Kettenis [Sat, 15 May 2004 16:47:30 +0000 (16:47 +0000)] 
* config/sparc/tm-nbsd64.h: Remove file.
* config/tm-sunos.h: Remove file.

20 years agoCope with ARM mapping symbols
Nick Clifton [Sat, 15 May 2004 14:09:08 +0000 (14:09 +0000)] 
Cope with ARM mapping symbols

20 years agoMake 'insn' argument of iq2000_cgen_insn_supported be const.
Nick Clifton [Sat, 15 May 2004 13:10:30 +0000 (13:10 +0000)] 
Make 'insn' argument of iq2000_cgen_insn_supported be const.

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