deliverable/binutils-gdb.git
22 years ago* i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
Mark Kettenis [Mon, 12 Nov 2001 22:27:35 +0000 (22:27 +0000)] 
* i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
* i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h".
* config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed.
(SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.

22 years ago * config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only.
Thiemo Seufer [Mon, 12 Nov 2001 22:22:20 +0000 (22:22 +0000)] 
* config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only.
(md_longopts): Allow OPTION_MABI for ELF compilation only. RE-allow
OPTION_GP32, OPTION_GP64, OPTION_FP32 for non-ELF compilation.
Sort options a bit more logical.
(md_parse_option): Allow OPTION_32, OPTION_N32, OPTION_N64,
OPTION_MABI only for elf targets.
* gas/mips/mips.exp: Change naming of some conditionals to reflect
the object format they actually mean. Don't try mips-abi32 and
mips-abi32-pic tests for ecoff.

22 years ago * config/tc-mips.c (set_at): Add cast needed for varargs.
Thiemo Seufer [Mon, 12 Nov 2001 22:20:44 +0000 (22:20 +0000)] 
* config/tc-mips.c (set_at): Add cast needed for varargs.
(load_register): Likewise.
(macro): Likewise. Some code reformatting.
(macro2): Add cast needed for varargs.
(mips16_macro): Likewise.

22 years ago * config/tc-mips.c (md_assemble): Remove superflous casts.
Thiemo Seufer [Mon, 12 Nov 2001 22:19:30 +0000 (22:19 +0000)] 
* config/tc-mips.c (md_assemble): Remove superflous casts.
(append_insn): Likewise.
(mips16_macro_build): Likewise.
(macro): Likewise.
(mips16_ip): Likewise.
(s_cpload): Likewise.
(mips_relax_frag): Likewise.

22 years agoPatch from Andreas Schwab <schwab@suse.de>:
Jim Blandy [Mon, 12 Nov 2001 21:20:18 +0000 (21:20 +0000)] 
Patch from Andreas Schwab <schwab@suse.de>:
* eval.c (evaluate_subexp_standard): Fix memory leak: use alloca
instead of xmalloc.

22 years ago* corefile.c (write_memory_unsigned_integer,
Jim Blandy [Mon, 12 Nov 2001 21:08:04 +0000 (21:08 +0000)] 
* corefile.c (write_memory_unsigned_integer,
write_memory_signed_integer): New functions.
(write_memory): Move to be with other write_memory_* functions.
* gdbcore.h (write_memory_unsigned_integer,
write_memory_signed_integer): New declarations.

22 years ago2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
Jeff Johnston [Mon, 12 Nov 2001 21:07:42 +0000 (21:07 +0000)] 
2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>

        * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.

22 years ago * dwarf2read.c (dwarf_decode_lines): Properly deal with
Geoffrey Keating [Mon, 12 Nov 2001 20:36:55 +0000 (20:36 +0000)] 
* dwarf2read.c (dwarf_decode_lines): Properly deal with
unknown standard opcodes.

22 years ago * lib/mi-support.exp (mi_run_to_helper): Move comments
Daniel Jacobowitz [Mon, 12 Nov 2001 19:44:28 +0000 (19:44 +0000)] 
    * lib/mi-support.exp (mi_run_to_helper): Move comments
        outside of gdb_expect.

22 years ago * config/tc-mips.c (mips_abi_level): Move in front of
Thiemo Seufer [Mon, 12 Nov 2001 16:54:54 +0000 (16:54 +0000)] 
* config/tc-mips.c (mips_abi_level): Move in front of
mips_set_options.
(mips_set_options): Add members gp32, fp32, abi.
(file_mips_gp32): New flag.
(file_mips_fp32): New flag.
(mips_opts): Initialize the new members.
(mips_gp32): Remove.
(mips_fp32): Remove.
(HAVE_32BIT_GPRS): Use the new values from mips_opts.
(HAVE_32BIT_FPRS): Likewise.
(HAVE_NEWABI): Likewise.
(HAVE_64BIT_OBJECTS): Likewise.
(md_begin): Likewise. Save default (file) values.
(md_parse_option): Use the new values from mips_opts.
(s_mipsset): Likewise. Fix logic to keep the ABI selection if
possible. Let .set mipsN work together with .set push/pop.
Enhance error messages.
(mips_elf_final_processing): Use file_mips_* for header processing.

22 years agoFix definitions of wddata[bwl].
Nick Clifton [Mon, 12 Nov 2001 16:36:06 +0000 (16:36 +0000)] 
Fix definitions of wddata[bwl].

22 years agoOnly compare the tail end of the two binary files produced in order to avoid
Nick Clifton [Mon, 12 Nov 2001 16:26:17 +0000 (16:26 +0000)] 
Only compare the tail end of the two binary files produced in order to avoid
date stamp present in PE binaries.

22 years agoUse mkstemp in place of mktemp.
Nick Clifton [Mon, 12 Nov 2001 16:17:39 +0000 (16:17 +0000)] 
Use mkstemp in place of mktemp.

22 years agoNew symbol: DATA_START_SYMBOLS
Nick Clifton [Mon, 12 Nov 2001 14:39:11 +0000 (14:39 +0000)] 
New symbol: DATA_START_SYMBOLS

22 years ago * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
Alan Modra [Mon, 12 Nov 2001 00:20:16 +0000 (00:20 +0000)] 
* Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
* Makefile.in: Regenerate.

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

22 years ago2001-11-11 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sun, 11 Nov 2001 23:51:36 +0000 (23:51 +0000)] 
2001-11-11  H.J. Lu <hjl@gnu.org>

* elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Call
_bfd_elf_strtab_size instead of _bfd_stringtab_size.

* elf64-sparc.c (sparc64_elf_size_dynamic_sections): Change
dynstr type to `struct elf_strtab_hash *'.

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

22 years ago * elf-strtab.c (_bfd_elf_strtab_finalize): Make first variable i
Hans-Peter Nilsson [Sun, 11 Nov 2001 22:18:01 +0000 (22:18 +0000)] 
* elf-strtab.c (_bfd_elf_strtab_finalize): Make first variable i
size_t.  Rename second i to j.

22 years ago * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
Daniel Jacobowitz [Sun, 11 Nov 2001 20:11:03 +0000 (20:11 +0000)] 
    * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
        mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
        mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
        mi0_run_to): New functions.
        * gdb.mi/mi-simplerun.exp: Use them.
        * gdb.mi/mi0-simplerun.exp: Likewise.
        * gdb.mi/mi-var-cmd.exp: Likewise.
        * gdb.mi/mi0-var-cmd.exp: Likewise.

22 years ago Change target name from stormy16 to xstormy16.
Corinna Vinschen [Sun, 11 Nov 2001 19:58:19 +0000 (19:58 +0000)] 
Change target name from stormy16 to xstormy16.

22 years ago* README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
Andrew Cagney [Sun, 11 Nov 2001 18:34:46 +0000 (18:34 +0000)] 
* README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
(sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x.
(i586-sco-sysv5uw7.1.1): Mention problem with threads.

22 years agoFrom Mark Kettenis <kettenis@gnu.org>:
Andrew Cagney [Sun, 11 Nov 2001 16:39:59 +0000 (16:39 +0000)] 
From Mark Kettenis  <kettenis@gnu.org>:
* breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB
breakpoints when they fail.

22 years agoClarify length reference in comment
Timothy Wall [Sun, 11 Nov 2001 15:45:34 +0000 (15:45 +0000)] 
Clarify length reference in comment

22 years ago * ld-mmix/sec-5.d (Sections): Add whitespace missing in commit.
Hans-Peter Nilsson [Sun, 11 Nov 2001 11:47:37 +0000 (11:47 +0000)] 
* ld-mmix/sec-5.d (Sections): Add whitespace missing in commit.

22 years ago * gas/mmix/bspec-2.d, gas/mmix/bspec-1.d, gas/mmix/comment-1.d:
Hans-Peter Nilsson [Sun, 11 Nov 2001 11:29:22 +0000 (11:29 +0000)] 
* gas/mmix/bspec-2.d, gas/mmix/bspec-1.d, gas/mmix/comment-1.d:
Prune and generalize, adjusting to generic ELF file layout changes.

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

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

22 years agos/value_ptr/struct value */
Andrew Cagney [Sat, 10 Nov 2001 21:34:56 +0000 (21:34 +0000)] 
s/value_ptr/struct value */

22 years agos/value_ptr/struct value */
Andrew Cagney [Sat, 10 Nov 2001 20:44:38 +0000 (20:44 +0000)] 
s/value_ptr/struct value */

22 years agos/value_ptr/struct value */
Andrew Cagney [Sat, 10 Nov 2001 20:15:13 +0000 (20:15 +0000)] 
s/value_ptr/struct value */

22 years ago* gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
Andrew Cagney [Sat, 10 Nov 2001 17:55:48 +0000 (17:55 +0000)] 
* gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
* gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.

22 years ago * binary.c: Include safe-ctype.h after bfd.h and sysdep.h.
Jeff Law [Sat, 10 Nov 2001 15:53:31 +0000 (15:53 +0000)] 
    * binary.c: Include safe-ctype.h after bfd.h and sysdep.h.

22 years ago * avr.h: Update for new devices.
Denis Chertykov [Sat, 10 Nov 2001 09:40:53 +0000 (09:40 +0000)] 
* avr.h: Update for new devices.

22 years ago * config/tc-avr.c (mcu_types): Update for new devices.
Denis Chertykov [Sat, 10 Nov 2001 09:35:53 +0000 (09:35 +0000)] 
* config/tc-avr.c (mcu_types): Update for new devices.

22 years ago* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
Andrew Cagney [Sat, 10 Nov 2001 02:28:37 +0000 (02:28 +0000)] 
* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
implemented.

22 years ago* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
Andrew Cagney [Sat, 10 Nov 2001 01:44:43 +0000 (01:44 +0000)] 
* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
implemented.

22 years ago2001-11-09 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sat, 10 Nov 2001 01:17:58 +0000 (01:17 +0000)] 
2001-11-09  H.J. Lu <hjl@gnu.org>

* ld-discard/discard.exp: New. Test ld discard.
* ld-discard/discard.ld: Likewise.
* ld-discard/exit.s: Likewise.
* ld-discard/extern.d: Likewise.
* ld-discard/extern.s: Likewise.
* ld-discard/start.d: Likewise.
* ld-discard/start.s: Likewise.
* ld-discard/static.d: Likewise.
* ld-discard/static.s: Likewise.

22 years ago * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
Jeff Law [Sat, 10 Nov 2001 01:04:39 +0000 (01:04 +0000)] 
    * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
        (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
        (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
        (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
        (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
        (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
        (unw_decode_b2, unw_decode_b3_b4): Likewise.

22 years ago * readelf.c (get_elf_class): Fix ISO portability glitch.
Jeff Law [Sat, 10 Nov 2001 00:55:48 +0000 (00:55 +0000)] 
    * readelf.c (get_elf_class): Fix ISO portability glitch.
        (get_data_encoding, get_osabi_name, request_dump): Likewise.

22 years ago * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEF
Alan Modra [Sat, 10 Nov 2001 00:23:35 +0000 (00:23 +0000)] 
* elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEF
relocs into shared libs.
* elf32-cris.c (cris_elf_relocate_section): Likewise.
* elf32-i370.c (i370_elf_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-mips.c (mips_elf_calculate_relocation): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf32-sh.c (sh_elf_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_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.
* elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
* elf.c (bfd_section_from_r_symndx): New function.
* elf-bfd.h (LOCAL_SYM_CACHE_SIZE): Define.
(struct sym_sec_cache): New.
(bfd_section_from_r_symndx): Declare.
(struct bfd_elf_section_data): Change local_dynrel type to PTR.
* elflink.h (elf_link_input_bfd): Don't test for removed linkonce
relocs when relocatable.  Don't zero entire reloc, just zero the
addend and sym.
* elf32-i386.c (struct elf_i386_link_hash_table): Add sym_sec.
(elf_i386_link_hash_table_create): Init it.
(elf_i386_check_relocs): Track dynamic relocs needed for local
syms on a per-section basis as we do for globals.
(elf_i386_gc_sweep_hook): Update for local_dynrel change.
Remove dead code.
(allocate_dynrelocs): Warning fix.
(elf_i386_size_dynamic_sections): Don't allocate relocs when
section has been discarded.
(elf_i386_relocate_section): Don't copy STN_UNDEF relocs
into shared libs.
* elf32-hppa.c: Likewise.
* elf32-s390.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-s390.c: Likewise.

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

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

22 years ago * ld.texinfo: Use @command for commands, @option for options.
Stephane Carrez [Fri, 9 Nov 2001 20:30:40 +0000 (20:30 +0000)] 
* ld.texinfo: Use @command for commands, @option for options.
* Makefile.am (POD2MAN): Use 'GNU Development Tools' for
the page man title.
* Makefile.in: Rebuild.

22 years ago * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for
Stephane Carrez [Fri, 9 Nov 2001 20:24:02 +0000 (20:24 +0000)] 
* doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for
the page man title.
* doc/Makefile.in: Rebuild.
* doc/as.texinfo: Do not put man SEEALSO in document;
Use @command for commands, @option for options; Reorganize usage
to clearly identify target specific options.

22 years ago2001-11-08 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Fri, 9 Nov 2001 19:14:54 +0000 (19:14 +0000)] 
2001-11-08  Michael Snyder  <msnyder@redhat.com>

* gdb.base/callfuncs.exp: Add tests for nested call dummies.
Add pass/fail message for stop at breakpoint in call dummy function.

22 years ago* s390-tdep.c: Don't use a call dummy.
Jim Blandy [Fri, 9 Nov 2001 19:14:00 +0000 (19:14 +0000)] 
* s390-tdep.c: Don't use a call dummy.
(s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
(s390_push_return_address): Put the address of the inferior call
breakpoint in r14.
(s390_gdbarch_init):
- Provide trivial definition of s390_call_dummy_words; register it
  with the gdbarch appropriately.
- Delete S390x_call_dummy_words.
- Gather inferior-call-related settings into a group.
- Use generic dummy frames.
- Put the inferior call breakpoint at the entry point.
- Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
  generic_push_dummy_frame, generic_fix_call_dummy.
- There is a call dummy breakpoint offset; it's zero.

22 years agoTypo: s390-nat.c -> s390-tdep.c.
Jim Blandy [Fri, 9 Nov 2001 19:01:13 +0000 (19:01 +0000)] 
Typo: s390-nat.c -> s390-tdep.c.

22 years ago* s390-nat.c: (s390_push_arguments): Write a back chain pointer
Jim Blandy [Fri, 9 Nov 2001 18:58:14 +0000 (18:58 +0000)] 
* s390-nat.c: (s390_push_arguments): Write a back chain pointer
into the dummy frame, to help us get backtraces.

22 years ago * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to
Richard Sandiford [Fri, 9 Nov 2001 18:05:30 +0000 (18:05 +0000)] 
* cgen-asm.c (cgen_parse_keyword): If the keyword is too big to
fit in the buffer, try to match the empty keyword.

22 years ago* values.c (value_as_address): If VAL is a function or method,
Jim Blandy [Fri, 9 Nov 2001 16:41:50 +0000 (16:41 +0000)] 
* values.c (value_as_address): If VAL is a function or method,
just return its address; don't let COERCE_ARRAY convert its
address to a pointer, and then have unpack_long convert it back to
an address.

22 years agoFix badly placed #if 0...
Nick Clifton [Fri, 9 Nov 2001 10:21:22 +0000 (10:21 +0000)] 
Fix badly placed #if 0...

22 years ago2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
Pierre Muller [Fri, 9 Nov 2001 09:48:09 +0000 (09:48 +0000)] 
2001-11-06 Pierre Muller  <muller@ics.u-strasbg.fr>

* p-lang.c (is_pascal_string_type): New function to determine if a
type is a string type.
* p-lang.h: Add prototype for is_pascal_string_type.
* p-valprint.c (pascal_val_print) : Use is_pascal_string_type function
to display strings nicely.

22 years ago2001-11-06 Pierre Muller <muller@ics.u-strasbg.fr>
Pierre Muller [Fri, 9 Nov 2001 09:46:40 +0000 (09:46 +0000)] 
2001-11-06 Pierre Muller  <muller@ics.u-strasbg.fr>

* p-exp.y (yylex): Only change case of expression if symbol is found.
Also check for GPC standard name form.

22 years agoA simple script to indent GDB source code.
Andrew Cagney [Fri, 9 Nov 2001 04:00:00 +0000 (04:00 +0000)] 
A simple script to indent GDB source code.

22 years ago* configure.in (--enable-languages): Be more permissive about
DJ Delorie [Fri, 9 Nov 2001 02:21:21 +0000 (02:21 +0000)] 
* configure.in (--enable-languages): Be more permissive about
syntax.  Check for empty lists better.  Warn about $LANGUAGES.

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

22 years ago* s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
Jim Blandy [Thu, 8 Nov 2001 23:28:36 +0000 (23:28 +0000)] 
* s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
got_load_len, to placate compiler.

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

22 years ago* i386-tdep.c (i386_gdbarch_init): Fix typo.
Mark Kettenis [Thu, 8 Nov 2001 20:26:42 +0000 (20:26 +0000)] 
* i386-tdep.c (i386_gdbarch_init): Fix typo.

22 years ago * config/tc-mips.c (mips_force_relocation): Remove duplicate code.
Thiemo Seufer [Thu, 8 Nov 2001 19:32:24 +0000 (19:32 +0000)] 
* config/tc-mips.c (mips_force_relocation): Remove duplicate code.

22 years ago2001-11-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 8 Nov 2001 19:21:54 +0000 (19:21 +0000)] 
2001-11-07  Michael Snyder  <msnyder@redhat.com>

        * gdb.c++/templates.exp: Replace "const &" with "const ?&",
making the whitespace optional.  Also replace "(void) with
"((void|)), making the keyword "void" optional.

22 years ago* s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
Jim Blandy [Thu, 8 Nov 2001 19:16:10 +0000 (19:16 +0000)] 
* s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
file_frame_chain_valid.

22 years ago2001-11-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 8 Nov 2001 19:12:30 +0000 (19:12 +0000)] 
2001-11-07  Michael Snyder  <msnyder@redhat.com>

* gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
making the whitespace optional.  Also replace "(void) with
"((void|)), making the keyword "void" optional.

22 years ago2001-11-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 8 Nov 2001 19:08:34 +0000 (19:08 +0000)] 
2001-11-07  Michael Snyder  <msnyder@redhat.com>

        * gdb.base/callfuncs.c (t_float_values): This function must
_not_ be prototyped, and the following function (t_float_values2)
must be prototyped (if the compiler supports it), so that GDB
can be tested against both cases.  Usually one case involves
promotion of float to double, while the other does not.
* gdb.base/callfwmall.c: Ditto.

22 years ago2001-11-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Thu, 8 Nov 2001 19:06:18 +0000 (19:06 +0000)] 
2001-11-07  Michael Snyder  <msnyder@redhat.com>

        * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
includes a stack frame for "start".

22 years ago* s390-tdep.c (s390_get_frame_info): If the prologue loads r12
Jim Blandy [Thu, 8 Nov 2001 19:06:04 +0000 (19:06 +0000)] 
* s390-tdep.c (s390_get_frame_info): If the prologue loads r12
from the constant pool, but doesn't add in the constant pool's
address to it, then this function probably isn't using r12 as a
GOT pointer, and that load probably wasn't part of the prologue.

22 years ago* s390-tdep.c (s390_gdbarch_init): Use the default
Jim Blandy [Thu, 8 Nov 2001 19:03:54 +0000 (19:03 +0000)] 
* s390-tdep.c (s390_gdbarch_init): Use the default
prepare_to_proceed function established by config/nm-linux.h;
don't try to set it to linuxthreads_prepare_to_proceed.

22 years ago* elf32-s390: Major rework that introduces all recent changes to
Martin Schwidefsky [Thu, 8 Nov 2001 18:45:46 +0000 (18:45 +0000)] 
* elf32-s390: Major rework that introduces all recent changes to
the s390 backends.  Get a closer match to elf32-i386.
(elf_s390_relocate_section): Make use of dynamic section short-cuts.
Localise vars, and delay setting.  Better error reporting, replace
BFD_ASSERT with abort.  Check ELF_LINK_HASH_DEF_DYNAMIC to see if a
symbol is not defined in the regular object file and tread the weak
definition as the normal one.  Don't discard relocs for undefweak or
undefined symbols and check !DEF_REGULAR as well as DEF_DYNAMIC in
test for avoided copy relocs.  Reinstate fudge for unresolved relocs
in debugging sections.
(elf32_s390_adjust_dynamic_symbol): Handle nocopyreloc.  Don't do copy
reloc processing for weakdefs.  Remove redundant casts and aborts.
Delay setting of vars until needed.  Move creation of dynamic symbols
and allocation of .plt and .rela.plt to allocate_dynrelocs.  Replace
BFD_ASSERT with abort.  Discard .plt entries for everything with
plt.refcount <= 0.
(elf_s390_check_relocs):  Don't allocate space for dynamic relocs,
.got or .relgot here but do it in allocate_dynrelocs.  Reference count
possible .plt and .got entries.  Don't test input section SEC_READONLY
here to try to avoid copy relocs, and keep dyn_relocs regardless of
ELF_LINK_NON_GOT_REF.  Don't set DF_TEXTREL here.  Delay setting of
variables until needed.  Remove separate switch stmt for creating .got
section.  Initialise local_got_refcounts to 0.  Cache pointer to
"sreloc" section in elf_section_data. Tweak condition under which .got
created.  Report files with bad relocation section names.
(elf_s390_finish_dynamic_symbol): Don't copy relocs for symbols that
have been forced local.  Use same test to decide if we can use a
relative reloc for got as elf_s390_relocate_section.  Expand SHN_UNDEF
comment.  Move expressions out of function calls.  Replace BFD_ASSERT
with abort.
(elf_s390_finish_dynamic_sections): Migrate common code out of switch
statement.  Replace BFD_ASSERT with abort.
(elf_s390_size_dynamic_sections): Call readonly_dynrelocs. Rename "i"
to "ibfd".  Allocate space for local dyn relocs.  Use DF_TEXTREL flag
instead of looking up section names for DT_TEXTREL.  Replace
BFD_ASSERT with abort.  Zero out the dynamic allocated content space.
Add a comment to remind us that one day this ought to be fixed.
(struct elf_s390_link_hash_entry): Rename "root" to "elf".
(struct elf_s390_link_hash_table): Likewise.
(elf_s390_link_hash_newfunc): Rename to link_hash_newfunc and get
rid of unnecessary casts.
(struct elf_s390_dyn_relocs): Add "sec", and "pc_count" fields.
Remove "section" field.
(elf_s390_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
Reference count possible .plt entries.  Don't deallocate .got and
.relgot space here.
(struct elf_s390_pcrel_relocs_copied): Rename to elf_s390_dyn_relocs.
Update comment.
(struct elf_s390_link_hash_entry): Rename pcrel_relocs_copied to
dyn_relocs.
(elf_s390_discard_copies):  Delete.
(elf_s390_link_hash_traverse): Delete.
(bfd_elf32_bfd_final_link): Delete.  (ie. use regular final link
rather than gc variety).
(struct elf_s390_link_hash_table): Add sgot, sgotplt, srelgot, splt,
srelplt, sdynbss, srelbss fields.
(elf_s390_link_hash_table_create): Init them.
(WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
(allocate_dynrelocs): New function.
(create_got_section): New function.
(elf_backend_can_refcount): Define.
(elf_backend_copy_indirect_symbol): Define.
(elf_s390_copy_indirect_symbol): New function.
(elf_s390_create_dynamic_sections): New function.
(readonly_dynrelocs): New function.
* elf64-s390x: Likewise.

22 years agoEnable multi-arch for i386.
Andrew Cagney [Thu, 8 Nov 2001 18:32:08 +0000 (18:32 +0000)] 
Enable multi-arch for i386.

22 years agoDon't update ``set architecture'' when ``set disassembly-flavor[sic]''
Andrew Cagney [Thu, 8 Nov 2001 18:23:43 +0000 (18:23 +0000)] 
Don't update ``set architecture'' when ``set disassembly-flavor[sic]''

22 years ago2001-10-30 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 8 Nov 2001 04:58:40 +0000 (04:58 +0000)] 
2001-10-30  Elena Zannoni  <ezannoni@redhat.com>

* dbxread.c (set_namestring): New function, replacing the
  SET_NAMESTRING macro.
  (SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
  CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
  definitions.
  (read_dbx_symtab): Don't include partial-stab.h any more. Don't
  reuse code in partial-stab.h, include the code directly, instead.

         * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
  (HFILES_NO_SRCDIR): Remove partial-stab.h.

  * partial-stab.h: Remove file.

22 years ago2001-11-07 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Thu, 8 Nov 2001 04:39:04 +0000 (04:39 +0000)] 
2001-11-07  Elena Zannoni  <ezannoni@redhat.com>

* dbxread.c (set_namestring): New function, replacing the
SET_NAMESTRING macro.
(SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
definitions.
(read_dbx_symtab): Don't include partial-stab.h any more. Don't
reuse code in partial-stab.h, include the code directly, instead.

        * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
(HFILES_NO_SRCDIR): Remove partial-stab.h.

22 years agoWhoops, forgot to commit this yesterday:
Elena Zannoni [Thu, 8 Nov 2001 02:59:32 +0000 (02:59 +0000)] 
Whoops, forgot to commit this yesterday:

2001-11-06  Elena Zannoni  <ezannoni@redhat.com>

        * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB,
        END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions.
        (parse_partial_symbols): Don't include partial-stab.h any
        more. Don't reuse code in partial-stab.h, include the code
        directly, instead. Simplify code from partial-stab.h eliminating
        ifdef DBXREAD_ONLY code.

        * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.

22 years agoWhen non-multi-arch, use predefault as the value of a pure-multi-arch
Andrew Cagney [Thu, 8 Nov 2001 01:33:04 +0000 (01:33 +0000)] 
When non-multi-arch, use predefault as the value of a pure-multi-arch
method.

22 years ago* config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Define in
Mark Kettenis [Thu, 8 Nov 2001 00:03:52 +0000 (00:03 +0000)] 
* config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Define in
terms of NUM_GREGS, NUM_FREGS and NUM_SSE_REGS instead of
hardcoding the register number.

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

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

22 years agogdbarch.sh provides default for USE_STRUCT_CONVENTION.
Andrew Cagney [Wed, 7 Nov 2001 22:42:29 +0000 (22:42 +0000)] 
gdbarch.sh provides default for USE_STRUCT_CONVENTION.

22 years ago * Makefile.am (BFD32_BACKENDS): Add elf-strtab.lo.
Jakub Jelinek [Wed, 7 Nov 2001 16:50:38 +0000 (16:50 +0000)] 
* Makefile.am (BFD32_BACKENDS): Add elf-strtab.lo.
(BFD32_BACKENDS_CFILES): Add elf-strtab.c.
(elf-strtab.lo): Add rule.
* Makefile.in: Rebuilt.
* configure.in (elf): Add elf-strtab.lo.
* configure: Rebuilt.
* elf-bfd.h (elf_strtab_hash): Forward declare.
(struct elf_link_hash_table): Change dynstr type to
struct elf_strtab_hash *.
(struct elf_obj_tdata): Change strtab_ptr type to
struct elf_strtab_hash *.
(_bfd_elf_strtab_init, _bfd_elf_strtab_free, _bfd_elf_strtab_add,
_bfd_elf_strtab_addref, _bfd_elf_strtab_delref,
_bfd_elf_strtab_clear_all_refs, _bfd_elf_strtab_size,
_bfd_elf_strtab_offset, _bfd_elf_strtab_emit,
_bfd_elf_strtab_finalize): New prototypes.
* elf-strtab.c: New file.
* elflink.h (elf_link_add_object_symbols): Use _bfd_elf_strtab_add
and _bfd_elf_strtab_size instead of _bfd_stringtab calls.
Call _bfd_elf_strtab_delref if DT_NEEDED entry is not needed or
when forcing dynamic symbol to local.
(elf_link_create_dynamic_sections): Call
_bfd_elf_strtab_init instead of elf_stringtab_init.
(elf_link_record_local_dynamic_symbol): Likewise, change
dynstr type.  Use _bfd_elf_strtab functions instead of
_bfd_stringtab calls.
(size_dynamic_sections): Use _bfd_elf_strtab functions instead of
_bfd_stringtab calls.  For DT_RUNPATH and Verdaux vda_name fields,
call _bfd_elf_strtab_addref.  Call elf_finalize_dynstr.
(elf_adjust_dynstr_offsets, elf_finalize_dynstr): New functions.
(elf_fix_symbol_flags): Call _bfd_elf_strtab_delref when forcing
dynamic symbol to local.
(elf_link_assign_sym_version): Likewise.
(elf_bfd_final_link): Call _bfd_elf_strtab_emit instead of
_bfd_stringtab_emit.
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Change dynstr
type.  Call _bfd_elf_strtab functions instead of
_bfd_stringtab functions.
* elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
* elf.c (_bfd_elf_init_reloc_shdr): Likewise.
(elf_fake_sections): Likewise.
(assign_section_numbers): Call _bfd_elf_strtab_clear_all_refs
on shstrtab hash table, call _bfd_elf_strtab_addref on each section
name in the output.  Call _bfd_elf_strtab_finalize and
use _bfd_elf_strtab_offset to finalize sh_name section header fields.
(_bfd_elf_compute_section_file_positions): Use _bfd_elf_strtab_size
instead of _bfd_stringtab_size.
(prep_headers): Change shstrtab type.
Use _bfd_elf_strtab calls instead of _bfd_stringtab calls.

22 years ago * readelf.c (debug_str, debug_str_size): New.
Jakub Jelinek [Wed, 7 Nov 2001 16:14:09 +0000 (16:14 +0000)] 
* readelf.c (debug_str, debug_str_size): New.
(display_debug_abbrev): If no abbrevs were read, skip the CU.
Call free_abbrevs.
(read_and_display_addr): Handle DW_FORM_strp.
(display_debug_info): Read .debug_str section if present,
so that DW_FORM_strp can be handled.
Fix test for non-existant .debug_abbrev section.

22 years agogdbarch.sh (PC_IN_CALL_DUMMY): Require a value.
Andrew Cagney [Wed, 7 Nov 2001 04:28:38 +0000 (04:28 +0000)] 
gdbarch.sh (PC_IN_CALL_DUMMY): Require a value.

22 years ago * elflink.h (elf_link_input_bfd <removed linkonce relocs>): Fix
Alan Modra [Wed, 7 Nov 2001 04:07:09 +0000 (04:07 +0000)] 
* elflink.h (elf_link_input_bfd <removed linkonce relocs>): Fix
bad symtab segfault.  Formatting and warning fixes.  Improve
error message for internationalisation.

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

22 years ago 2001-11-06 Fred Fish <fnf@redhat.com>
Fred Fish [Tue, 6 Nov 2001 23:38:15 +0000 (23:38 +0000)] 
2001-11-06  Fred Fish  <fnf@redhat.com>
* complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
* dbxread.c: Ditto
* dwarf2read.c: Ditto.
* dwarfread.c: Ditto.
* exec.c: Ditto.
* hpread.c: Ditto.
* hpread.h: Ditto.
* mdebugread.c: Ditto.
* os9kread.c: Ditto.
* stack.c: Ditto.
* symfile.c: Ditto.
* tracepoint.c: Ditto.

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

22 years ago* MAINTAINERS: Update Andrew Cagney's responsibilities. Mention
Andrew Cagney [Tue, 6 Nov 2001 22:40:06 +0000 (22:40 +0000)] 
* MAINTAINERS: Update Andrew Cagney's responsibilities.  Mention
David Taylor and Nick Duffek in past maintainers.

22 years ago2001-11-06 Elena Zannoni <ezannoni@redhat.com>
Elena Zannoni [Tue, 6 Nov 2001 22:35:25 +0000 (22:35 +0000)] 
2001-11-06  Elena Zannoni <ezannoni@redhat.com>

        * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB,
        END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions.
        (parse_partial_symbols): Don't include partial-stab.h any
        more. Don't reuse code in partial-stab.h, include the code
        directly, instead. Simplify code from partial-stab.h eliminating
        ifdef DBXREAD_ONLY code.

        * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.

22 years ago* s390-nat.c: #include "regcache.h", to get declaration for
Jim Blandy [Tue, 6 Nov 2001 22:18:13 +0000 (22:18 +0000)] 
* s390-nat.c: #include "regcache.h", to get declaration for
`supply_register'.  (The last change already added the dependency
of s390-nat.o on regcache.h.  Oops.)

22 years ago* Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
Jim Blandy [Tue, 6 Nov 2001 21:58:53 +0000 (21:58 +0000)] 
* Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
(s390-tdep.o, s390-nat.o): New rules.

22 years ago2001-11-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
Eric Christopher [Tue, 6 Nov 2001 21:39:09 +0000 (21:39 +0000)] 
2001-11-06  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

* config/tc-mips.c (my_getSmallParser): Fix small parser bug.

22 years agoFix typo.
Jim Blandy [Tue, 6 Nov 2001 21:34:00 +0000 (21:34 +0000)] 
Fix typo.

22 years ago* gdb/s390-nat.c (s390_register_u_addr): Pass proper arguments to
Jim Blandy [Tue, 6 Nov 2001 21:28:29 +0000 (21:28 +0000)] 
* gdb/s390-nat.c (s390_register_u_addr): Pass proper arguments to
internal_error.

22 years agogdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
Andrew Cagney [Tue, 6 Nov 2001 21:20:23 +0000 (21:20 +0000)] 
gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.

22 years agoZap another #ifdef INIT_EXTRA_FRAME_INFO
Andrew Cagney [Tue, 6 Nov 2001 18:54:11 +0000 (18:54 +0000)] 
Zap another #ifdef INIT_EXTRA_FRAME_INFO

22 years agoAdd predicate for PUSH_RETURN_ADDRESS.
Andrew Cagney [Tue, 6 Nov 2001 18:06:00 +0000 (18:06 +0000)] 
Add predicate for PUSH_RETURN_ADDRESS.

22 years ago2001-11-06 H.J. Lu (hjl@gnu.org)
H.J. Lu [Tue, 6 Nov 2001 17:49:38 +0000 (17:49 +0000)] 
2001-11-06  H.J. Lu  (hjl@gnu.org)

* elflink.h (elf_link_input_bfd): Complain relocs against
discarded sections.

22 years ago * arch-utils.c (generic_in_function_epilogue_p): New function.
Corinna Vinschen [Tue, 6 Nov 2001 11:02:12 +0000 (11:02 +0000)] 
* arch-utils.c (generic_in_function_epilogue_p): New function.
* arch-utils.h (generic_in_function_epilogue_p): Declare extern.
* breakpoint.c (watchpoint_check): Add test whether the pc is
currently in the epilogue of a function.
* gdbarch.c: Autogenerated from gdbarch.sh.
* gdbarch.h: Ditto.
* gdbarch.sh (function_list): Add `in_function_epilogue_p' definition.

22 years ago * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
Corinna Vinschen [Tue, 6 Nov 2001 11:01:22 +0000 (11:01 +0000)] 
* gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.

22 years ago * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
Hans-Peter Nilsson [Tue, 6 Nov 2001 07:20:20 +0000 (07:20 +0000)] 
* Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.

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