deliverable/binutils-gdb.git
22 years ago * gdb-events.sh: Deal with event notifications with no
Keith Seitz [Fri, 10 Aug 2001 16:05:30 +0000 (16:05 +0000)] 
* gdb-events.sh: Deal with event notifications with no
arguments.

22 years ago * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
Andreas Jaeger [Fri, 10 Aug 2001 10:56:47 +0000 (10:56 +0000)] 
* configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
to build warnings.
* configure: Regenerate.

22 years ago2001-08-10 Orjan Friberg <orjanf@axis.com>
Orjan Friberg [Fri, 10 Aug 2001 09:59:33 +0000 (09:59 +0000)] 
2001-08-10  Orjan Friberg  <orjanf@axis.com>

* remote.c (read_frame): Correct off-by-one error in condition.

22 years ago * elf.c (bfd_elf_sprintf_vma): Add ATTRIBUTE_UNUSED to quiet
Alan Modra [Fri, 10 Aug 2001 08:06:23 +0000 (08:06 +0000)] 
* elf.c (bfd_elf_sprintf_vma): Add ATTRIBUTE_UNUSED to quiet
warning if not BFD64.  Add braces so emacs auto format works.
(bfd_elf_fprintf_vma): Likewise.

22 years ago * libxcoff.h (struct xcoff_backend_data_rec): Constify src param
Alan Modra [Fri, 10 Aug 2001 06:00:53 +0000 (06:00 +0000)] 
* libxcoff.h (struct xcoff_backend_data_rec): Constify src param
of _xcoff_swap_ld*.
* coff-rs6000.c (xcoff_swap_ldhdr_in): Modify type of external
param to agree with libxcoff.h.
(xcoff_swap_ldhdr_out): Likewise.
(xcoff_swap_ldsym_in): Likewise.
(xcoff_swap_ldsym_out): Likewise.
(xcoff_swap_ldrel_in): Likewise.
(xcoff_swap_ldrel_out): Likewise.
(xcoff_create_csect_from_smclas): Likewise.
* coff64-rs6000.c: Add missing prototypes.
(xcoff64_swap_ldhdr_in): Modify type of external param to agree
with libxcoff.h.
(xcoff64_swap_ldhdr_out): Likewise.
(xcoff64_swap_ldsym_in): Likewise.
(xcoff64_swap_ldsym_out): Likewise.
(xcoff64_swap_ldrel_in): Likewise.
(xcoff64_swap_ldrel_out): Likewise.
(xcoff64_ppc_relocate_section): Make static.
(xcoff64_slurp_armap): Likewise.
(xcoff64_archive_p): Likewise.
(xcoff64_openr_next_archived_file): Likewise.
(xcoff64_sizeof_headers): Likewise.
(xcoff64_is_lineno_count_overflow): Likewise.
(xcoff64_is_reloc_count_overflow): Likewise.
(xcoff64_loader_symbol_offset): Likewise.
(xcoff64_loader_reloc_offset): Likewise.
* elf64-gen.c: Add missing prototypes.

22 years ago * as.h (alloca): Don't declare if __GNUC__. Remove an old comment.
Alan Modra [Fri, 10 Aug 2001 02:49:27 +0000 (02:49 +0000)] 
* as.h (alloca): Don't declare if __GNUC__.  Remove an old comment.
Comment indentation of #pragma.
* macro.c (alloca): Likewise.

22 years agoMove one entry from gas/ChangeLog to gas/testsuite/ChangeLog.
Alan Modra [Fri, 10 Aug 2001 02:46:48 +0000 (02:46 +0000)] 
Move one entry from gas/ChangeLog to gas/testsuite/ChangeLog.
Remove gas/ from file names.  Fix FOPEN_W comment.

22 years agoRevert 2001-08-08 changes.
Alan Modra [Fri, 10 Aug 2001 01:34:47 +0000 (01:34 +0000)] 
Revert 2001-08-08 changes.

22 years ago*** empty log message ***
gdbadmin [Fri, 10 Aug 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago2001-08-09 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 9 Aug 2001 21:10:25 +0000 (21:10 +0000)] 
2001-08-09  H.J. Lu  <hjl@gnu.org>

* elf.c (bfd_elf_sprintf_vma): Check ELFCLASS64 only in BFD64.
(bfd_elf_fprintf_vma): Likewise.

22 years ago2001-08-09 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 9 Aug 2001 16:46:02 +0000 (16:46 +0000)] 
2001-08-09  H.J. Lu  <hjl@gnu.org>

* bfd-in.h (bfd_elf_sprintf_vma, bfd_elf_fprintf_vma): Moved
to ...
* elf-bfd.h: Here.
* bfd-in2.h: Regenerated.

22 years ago2001-08-09 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 9 Aug 2001 16:00:21 +0000 (16:00 +0000)] 
2001-08-09  H.J. Lu  <hjl@gnu.org>

* bfd-in.h (bfd_sprintf_vma): New prototype.
(bfd_fprintf_vma): Likewise.
(bfd_elf_sprintf_vma): Likewise.
(bfd_elf_fprintf_vma): Likewise.
(bfd_printf_vma): New. Defined with bfd_fprintf_vma.
* bfd-in2.h: Regenerated.

* bfd.c (bfd_sprintf_vma): New. Defined.
(bfd_fprintf_vma): Likewise.

* elf.c (bfd_elf_sprintf_vma): New. Defined.
(bfd_elf_fprintf_vma): Likewise.

22 years ago * alpha.c: Add missing prototypes.
Alan Modra [Thu, 9 Aug 2001 14:57:42 +0000 (14:57 +0000)] 
* alpha.c: Add missing prototypes.
* sparc.c: Likewise.
* tahoe.c: Likewise.
* vax.c: Likewise.
* i386.c: Likewise.
(i386_iscall): Don't use DEFUN.

22 years ago * dis-buf.c (generic_strcat_address): Add missing prototype.
Alan Modra [Thu, 9 Aug 2001 14:52:56 +0000 (14:52 +0000)] 
* dis-buf.c (generic_strcat_address): Add missing prototype.
#if 0 the functions as it is unused.

22 years ago * readelf.c: Add missing prototypes.
Alan Modra [Thu, 9 Aug 2001 14:46:50 +0000 (14:46 +0000)] 
* readelf.c: Add missing prototypes.
* objdump.c: Likewise.  Format existing prototypes.

22 years ago * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
Alan Modra [Thu, 9 Aug 2001 14:44:18 +0000 (14:44 +0000)] 
* emultempl/elf32.em (output_prev_sec_find): Add missing prototype.

22 years ago * symbols.c: Add missing prototypes.
Alan Modra [Thu, 9 Aug 2001 14:42:07 +0000 (14:42 +0000)] 
* symbols.c: Add missing prototypes.
* config/e-i386elf.c: Likewise.
* config/e-i386coff.c: Likewise.
* config/e-i386aout.c: Likewise.
* config/obj-coff.c: Likewise.
(def_symbol_in_progress, stack): Move definition.
* config/obj-elf.c: Add missing prototypes.
(obj_elf_change_section): Make static.
(obj_elf_parse_section_letters): Likewise.
(obj_elf_section_word): Likewise.
(obj_elf_section_type): Likewise.

22 years ago * coff-rs6000.c: Add missing prototypes.
Alan Modra [Thu, 9 Aug 2001 14:38:04 +0000 (14:38 +0000)] 
* coff-rs6000.c: Add missing prototypes.
(xcoff_ppc_relocate_section, xcoff_is_lineno_count_overflow,
xcoff_is_reloc_count_overflow, xcoff_loader_symbol_offset,
xcoff_loader_reloc_offset): Make static.
* dwarf1.c: Add missing prototypes.
* dwarf2.c: Add missing prototypes.
(struct abbrev_info): Move definition.
(struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise.
* elf.c: Add missing prototypes.
* elf32-gen.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-ppc.c: Likewise.
(ppc_elf_sort_rela): Use PTR instead of "void *".
* elflink.h: Add missing prototypes.  Formatting fixes.
* merge.c: Add missing prototypes.
(last4_eq): Use PTR instead of "void *".
(last_eq): Likewise.
* syms.c: Add missing prototypes.

22 years ago * scripttempl/elf.sc: Move non-text .dynamic section before
Alan Modra [Thu, 9 Aug 2001 14:25:59 +0000 (14:25 +0000)] 
* scripttempl/elf.sc: Move non-text .dynamic section before
.plt/.got/.sdata* group.
(OTHER_GOT_SECTIONS): Move to immediately after .got.
(OTHER_SDATA_SECTIONS): Add.
* emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
OTHER_GOT_SECTIONS.
* emulparams/crislinux.sh: Likewise.
* emulparams/elf32b4300.sh: Likewise.
* emulparams/elf32bmip.sh: Likewise.
* emulparams/elf32bmipn32.sh: Likewise.
* emulparams/elf32bsmip.sh: Likewise.
* emulparams/elf32btsmip.sh: Likewise.
* emulparams/elf32ebmip.sh: Likewise.
* emulparams/elf32elmip.sh: Likewise.
* emulparams/elf32l4300.sh: Likewise.
* emulparams/elf32lmip.sh: Likewise.
* emulparams/elf32lsmip.sh: Likewise.
* emulparams/elf32ltsmip.sh: Likewise.
* emulparams/elf64bmip.sh: Likewise.
* emulparams/elf64btsmip.sh: Likewise.
* emulparams/elf64ltsmip.sh: Likewise.

22 years agoFix formatting
Nick Clifton [Thu, 9 Aug 2001 09:09:03 +0000 (09:09 +0000)] 
Fix formatting

22 years agoChange 'partial_inplace' to true (this target uses REL relocations) and
Nick Clifton [Thu, 9 Aug 2001 09:00:58 +0000 (09:00 +0000)] 
Change 'partial_inplace' to true (this target uses REL relocations) and
'pcrel_offset' to false (the PC is implied, not stored in the offset).

22 years agomerge from gcc
DJ Delorie [Thu, 9 Aug 2001 00:05:37 +0000 (00:05 +0000)] 
merge from gcc

22 years ago*** empty log message ***
gdbadmin [Thu, 9 Aug 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago2001-08-08 Don Howard <dhoward@redhat.com>
Don Howard [Wed, 8 Aug 2001 16:15:38 +0000 (16:15 +0000)] 
2001-08-08  Don Howard  <dhoward@redhat.com>

* stabsread.c (read_type): Add support for const and volatile
modifiers.

22 years ago * config/tc-ppc.c (md_apply_fix3): Replace haphazard code for
Alan Modra [Wed, 8 Aug 2001 13:23:07 +0000 (13:23 +0000)] 
* config/tc-ppc.c (md_apply_fix3): Replace haphazard code for
determining reloc type with code reading operands->reloc field.

22 years ago * ppc.h (struct powerpc_operand): New field `reloc'.
Alan Modra [Wed, 8 Aug 2001 13:19:36 +0000 (13:19 +0000)] 
* ppc.h (struct powerpc_operand): New field `reloc'.
* ppc-opc.c: Include "bfd.h".
(powerpc_operands): Add new field for reloc type.

22 years ago * genscripts.sh: Source the emulparams script before each output
Alan Modra [Wed, 8 Aug 2001 13:14:38 +0000 (13:14 +0000)] 
* genscripts.sh: Source the emulparams script before each output
script is generated so that variables like `RELOCATING' may affect
variables defined in the emulparams script.

22 years ago * config/obj-elf.c (elf_copy_symbol_attributes): Make it a global
Alan Modra [Wed, 8 Aug 2001 13:11:58 +0000 (13:11 +0000)] 
* config/obj-elf.c (elf_copy_symbol_attributes): Make it a global
function, and expand old obj-elf.h OBJ_COPY_SYMBOL_ATTRIBUTES here.
* config/obj-elf.h (elf_copy_symbol_attributes): Declare.
(OBJ_COPY_SYMBOL_ATTRIBUTES): Call elf_copy_symbol_attributes.

22 years ago * elf-bfd.h (struct elf_backend_data): Add want_got_sym.
Alan Modra [Wed, 8 Aug 2001 13:09:33 +0000 (13:09 +0000)] 
* elf-bfd.h (struct elf_backend_data): Add want_got_sym.
* elfxx-target.h (elf_backend_want_got_sym): Define.
(elfNN_bed): Add elf_backend_want_got_sym.
* elflink.c (_bfd_elf_create_got_section): Define
_GLOBAL_OFFSET_TABLE_ only if bed->want_got_sym.

22 years ago* readelf.c (display_debug_info): Add to abbrev_offset the addend
Alexandre Oliva [Wed, 8 Aug 2001 11:17:46 +0000 (11:17 +0000)] 
* readelf.c (display_debug_info): Add to abbrev_offset the addend
of any RELA relocation for the abbrev_offset memory location that
refers to the .debug_abbrev section symbol.

22 years ago* dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
Alexandre Oliva [Wed, 8 Aug 2001 11:17:34 +0000 (11:17 +0000)] 
* dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
(find_rela_addend): New function.
(parse_comp_unit): Call it to find the abbrev offset addend.
(_bfd_dwarf2_find_nearest_line): Initialize and maintain the new
members of dwarf2_debug as debugging information is read.

22 years ago * output-file.c (output_file_create): Don't try to open using
Alan Modra [Wed, 8 Aug 2001 01:10:17 +0000 (01:10 +0000)] 
* output-file.c (output_file_create): Don't try to open using
FOPEN_W as it's unnecessary and VMS doesn't define FOPEN_W.

22 years ago*** empty log message ***
gdbadmin [Wed, 8 Aug 2001 00:00:01 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago2001-08-07 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 7 Aug 2001 20:15:00 +0000 (20:15 +0000)] 
2001-08-07  H.J. Lu  <hjl@gnu.org>

* readelf.c (process_file): Return 0 if OK, otherwise return 1.
(main): Return process_file ().

22 years agoSupport relocs for sh-coff targets as well as sh-pe.
Nick Clifton [Tue, 7 Aug 2001 18:32:07 +0000 (18:32 +0000)] 
Support relocs for sh-coff targets as well as sh-pe.

22 years agoReplace a bunch of magic constants in tc-mips.c with their proper
Thiemo Seufer [Tue, 7 Aug 2001 13:22:46 +0000 (13:22 +0000)] 
Replace a bunch of magic constants in tc-mips.c with their proper
defines from mips.h.

22 years agoSome formatting fixes and assorted cleanup in tc-mips.c.
Thiemo Seufer [Tue, 7 Aug 2001 13:15:26 +0000 (13:15 +0000)] 
Some formatting fixes and assorted cleanup in tc-mips.c.

22 years ago * config/tc-mips.c (md_begin): Take -mcpu value into account even when
Thiemo Seufer [Tue, 7 Aug 2001 12:46:22 +0000 (12:46 +0000)] 
* config/tc-mips.c (md_begin): Take -mcpu value into account even when
-mipsX is specified. Make both -mcpu/-march and -mcpu/-mtune pairs
mutually exclusive (if they are different).
(md_parse_option): Warn if an -march/-mtune/-mcpu/-m<cpu> option is
set more than once.

22 years ago * mips-dis.c (print_insn_arg): Don't use software integer registers
Thiemo Seufer [Tue, 7 Aug 2001 12:36:13 +0000 (12:36 +0000)] 
* mips-dis.c (print_insn_arg): Don't use software integer registers
for coprocessor registers.
(_print_insn_mips): Get distinction between old ABI and new ABI right.

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

22 years ago2001-08-02 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Mon, 6 Aug 2001 22:08:12 +0000 (22:08 +0000)] 
2001-08-02  Michael Snyder  <msnyder@redhat.com>

* gdb.base/completion.exp: Remove the symbol "a64l" from
the expect string; this is target-specific, and not related
to what is being tested.

22 years ago*** empty log message ***
gdbadmin [Mon, 6 Aug 2001 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago2001-08-05 Philip Blundell <philb@gnu.org>
Phil Blundell [Sun, 5 Aug 2001 21:01:26 +0000 (21:01 +0000)] 
2001-08-05  Philip Blundell  <philb@gnu.org>

* doc/binutils.texi: Use "Thumb" not "THUMB".

22 years ago2001-08-04 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sun, 5 Aug 2001 02:22:09 +0000 (02:22 +0000)] 
2001-08-04  H.J. Lu  <hjl@gnu.org>

* gas/cris/operand-err-1.s: Updated.

22 years ago2001-08-04 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sun, 5 Aug 2001 00:53:28 +0000 (00:53 +0000)] 
2001-08-04  H.J. Lu  <hjl@gnu.org>
    Chris G. Demetriou <cgd@broadcom.com>

* gas/mips/e32-rel4.s: Removed.

* gas/mips/e32-rel4.d: Use elf-rel4.s.

* gas/mips/mips.exp: Use the same rel4 test for litte endian.

* gas/mips/mips-abi32-pic.d: Add lines for objdump.
* gas/mips/mips-abi32.d: Likewise.
* gas/mips/mips-gp32-fp32-pic.d: Likewise.
* gas/mips/mips-gp32-fp32.d: Likewise.
* gas/mips/mips-gp32-fp64-pic.d: Likewise.
* gas/mips/mips-gp32-fp64.d: Likewise.
* gas/mips/mips-gp64-fp32-pic.d: Likewise.
* gas/mips/mips-gp64-fp32.d: Likewise.
* gas/mips/mips-gp64-fp64-pic.d: Likewise.
* gas/mips/mips-gp64-fp64.d: Likewise.

* gas/mips/mips-abi32-pic.s: Add space for objdump.
* gas/mips/mips-abi32.s: Likewise.
* gas/mips/mips-gp32-fp32-pic.s: Likewise.
* gas/mips/mips-gp32-fp32.s: Likewise.
* gas/mips/mips-gp32-fp64-pic.s: Likewise.
* gas/mips/mips-gp32-fp64.s: Likewise.
* gas/mips/mips-gp64-fp32-pic.s: Likewise.
* gas/mips/mips-gp64-fp32.s: Likewise.
* gas/mips/mips-gp64-fp64-pic.s: Likewise.
* gas/mips/mips-gp64-fp64.s: Likewise.

* gas/mips/mips-abi32-pic.s: Add the missing .end.
* gas/mips/mips-gp32-fp32-pic.s: Likewise.
* gas/mips/mips-gp32-fp64-pic.s: Likewise.
* gas/mips/mips-gp64-fp32-pic.s: Likewise.
* gas/mips/mips-gp64-fp64-pic.s: Likewise.

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

22 years ago2001-08-02 Dave Brolley <brolley@redhat.com>
Dave Brolley [Sat, 4 Aug 2001 15:56:41 +0000 (15:56 +0000)] 
2001-08-02  Dave Brolley  <brolley@redhat.com>

* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.

22 years ago * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
Alan Modra [Sat, 4 Aug 2001 04:14:10 +0000 (04:14 +0000)] 
* emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
order.

22 years ago * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
Alan Modra [Sat, 4 Aug 2001 01:21:43 +0000 (01:21 +0000)] 
* emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
ie. iterate over wild_statement.section_list.
(gld${EMULATION_NAME}_place_orphan): Likewise.

22 years agomerge from gcc
DJ Delorie [Sat, 4 Aug 2001 01:07:57 +0000 (01:07 +0000)] 
merge from gcc

22 years ago*** empty log message ***
gdbadmin [Sat, 4 Aug 2001 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago2001-08-03 John Healy <jhealy@redhat.com>
John Healy [Fri, 3 Aug 2001 22:08:44 +0000 (22:08 +0000)] 
2001-08-03  John Healy  <jhealy@redhat.com>

        Patch suggested by Frank Eigler <fche@redhat.com>.
        * objdump.c (disassemble_data): Fill in section member of the
        disasm_info structure.

22 years ago * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
Daniel Jacobowitz [Fri, 3 Aug 2001 21:34:01 +0000 (21:34 +0000)] 
    * core-regset.c (fetch_core_registers):  Remove HAVE_GREGSET_T
        and HAVE_FPREGSET_T checks.  Use gdb_gregset_t and gdb_fpregset_t.

22 years ago * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
Stephane Carrez [Fri, 3 Aug 2001 20:41:26 +0000 (20:41 +0000)] 
* scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
.fini[0-4] sections used by _exit
(CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
(*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
* scripttempl/elfm68hc11.sc: Likewise.

22 years ago2001-08-03 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 3 Aug 2001 19:19:42 +0000 (19:19 +0000)] 
2001-08-03  H.J. Lu  <hjl@gnu.org>

* emultempl/beos.em (init): Add the missing initialization.

22 years ago * gas/mips/elf-rel4.s, gas/mips/elf-rel4.d: New test.
Richard Sandiford [Fri, 3 Aug 2001 18:37:42 +0000 (18:37 +0000)] 
* gas/mips/elf-rel4.s, gas/mips/elf-rel4.d: New test.
* gas/mips/e32-rel4.s, gas/mips/e32-rel4.s: New test.

* gas/mips/mips.exp: Run new tests.

22 years ago*** empty log message ***
Richard Sandiford [Fri, 3 Aug 2001 18:35:55 +0000 (18:35 +0000)] 
*** empty log message ***

22 years ago * config/tc-mips.c (md_apply_fix): Don't subtract the symbol value
Richard Sandiford [Fri, 3 Aug 2001 18:33:34 +0000 (18:33 +0000)] 
* config/tc-mips.c (md_apply_fix): Don't subtract the symbol value
from GPREL addends.

22 years ago* configure.in: Added --with-windres option.
DJ Delorie [Fri, 3 Aug 2001 16:27:22 +0000 (16:27 +0000)] 
* configure.in: Added --with-windres option.
* configure: Regenerated.

22 years agoInclude offset of reloc from start of section when computing value for
Nick Clifton [Fri, 3 Aug 2001 11:14:42 +0000 (11:14 +0000)] 
Include offset of reloc from start of section when computing value for
R_ARM_REL32 reloc.

22 years ago * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don't
Alan Modra [Fri, 3 Aug 2001 05:10:39 +0000 (05:10 +0000)] 
* elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don't
keep relocs for undefined syms if there are no dynamic sections in
executable.
* elf32-hppa.c (allocate_plt_and_got_and_discard_relocs): Likewise.

22 years ago * ld.texinfo (Input Section Basics): Clarify ordering of output
Alan Modra [Fri, 3 Aug 2001 01:11:21 +0000 (01:11 +0000)] 
* ld.texinfo (Input Section Basics): Clarify ordering of output
sections.
* ldlang.c (callback_t): Add wildcard_list param.
(walk_wild_section): Remove "section" param.  Rewrite for
lang_wild_statement_type change.  Remove unique_section_p test.
(walk_wild_file): Remove "section" param.
(walk_wild): Remove "section" and "file" params.
(lang_gc_wild): Likewise.
(wild): Likewise.  Modify for lang_wild_statement_type change.
(wild_sort): Likewise.  Add "sec" param.
(gc_section_callback): Likewise.
(output_section_callback): Likewise.  Do unique_section_p test.
(map_input_to_output_sections): Modify call to wild.
(lang_gc_sections_1): Likewise.
(print_wild_statement): Modify for lang_wild_statement_type
change.
(lang_add_wild): Replace filename, filenames_sorted param with
filespec.  Replace section_name, sections_sorted,
exclude_filename_list with section_list.
* ldlang.h (lang_add_wild): Here too.
(lang_wild_statement_type): Replace section_name, sections_sorted,
and exclude_filename_list with section_list.
* ldgram.y (current_file): Delete.
(%union): Add wildcard_list.
(file_NAME_list): Set type to wildcard_list.  Build a linked list
rather than calling lang_add_wild for each entry.
(input_section_spec_no_keep): Call lang_add_wild here instead.
* ld.h (struct wildcard_list): Declare.
* mri.c (mri_draw_tree): Modify to suit new lang_add_wild.

22 years ago*** empty log message ***
gdbadmin [Fri, 3 Aug 2001 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

22 years agomerge from gcc
DJ Delorie [Thu, 2 Aug 2001 23:27:47 +0000 (23:27 +0000)] 
merge from gcc

22 years ago2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
Charles Wilson [Thu, 2 Aug 2001 23:12:02 +0000 (23:12 +0000)] 
2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
        * ldmain.c (main): initialize link_info.pei386_auto_import
        * pe-dll.c: new tables for auto-export filtering
        (auto_export): change API, pass abfd for contextual filtering.
        Loop thru tables of excluded symbols instead of comparing
        "by hand".
2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
        * pe-dll.c: new variable pe_dll_enable_extra_debug. New
        static variable current_sec (static struct sec *). Add
        forward declaration for add_bfd_to_link.
        (process_def_file): Don't export undefined symbols. Do not
        export symbols starting with  "_imp__".  Call auto_export()
        with new API.
        (pe_walk_relocs_of_symbol): New function.
        (generate_reloc): add optional extra debugging
        (pe_dll_generate_def_file): eliminate extraneous initial blank
        line in output
        (make_one): enlarge symtab to make room for __nm__ symbols
        (DATA auto-import support).
        (make_singleton_name_thunk): New function.
        (make_import_fixup_mark): New function.
        (make_import_fixup_entry): New function.
        (pe_create_import_fixup): New function.
        (add_bfd_to_link): Specify that 'name' argument is a CONST
        char *.
        * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
        declare new functions pe_walk_relocs_of_symbol and
        pe_create_import_fixup.
        * emultempl/pe.em: add new options --enable-auto-import,
        --disable-auto-import, and --enable-extra-pe-debug.
        (make_import_fixup): New function.
        (pe_find_data_imports): New function.
        (pr_sym): New function.
        (gld_${EMULATION_NAME}_after_open): Add optional extra pe
        debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
        CODE.
2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
        * ld.texinfo: add additional documentation for
        --export-all-symbols.  Document --out-implib,
        --enable-auto-image-base, --disable-auto-image-base,
        --dll-search-prefix, --enable-auto-import, and
        --disable-auto-import.
        * ldint.texinfo: Add detailed documentation on auto-import
        implementation.

22 years ago * bfdlink.h (struct bfd_link_info): add new boolean
Charles Wilson [Thu, 2 Aug 2001 23:07:10 +0000 (23:07 +0000)] 
    * bfdlink.h (struct bfd_link_info): add new boolean
        field pei386_auto_import.

22 years ago2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
Charles Wilson [Thu, 2 Aug 2001 23:05:54 +0000 (23:05 +0000)] 
2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
        * cofflink.c (coff_link_check_ar_symbols): also search for
        __imp__symbol as well as _symbol.
        * linker.c (_bfd_generic_link_add_archive_symbols): also
        search for __imp__symbol as well as _symbol.

22 years ago2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
Charles Wilson [Thu, 2 Aug 2001 23:03:10 +0000 (23:03 +0000)] 
2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
        * ldmain.c (main): initialize link_info.pei386_auto_import
        * pe-dll.c: new tables for auto-export filtering
        (auto_export): change API, pass abfd for contextual filtering.
        Loop thru tables of excluded symbols instead of comparing
        "by hand".
2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
        * pe-dll.c: new variable pe_dll_enable_extra_debug. New
        static variable current_sec (static struct sec *). Add
        forward declaration for add_bfd_to_link.
        (process_def_file): Don't export undefined symbols. Do not
        export symbols starting with  "_imp__".  Call auto_export()
        with new API.
        (pe_walk_relocs_of_symbol): New function.
        (generate_reloc): add optional extra debugging
        (pe_dll_generate_def_file): eliminate extraneous initial blank
        line in output
        (make_one): enlarge symtab to make room for __nm__ symbols
        (DATA auto-import support).
        (make_singleton_name_thunk): New function.
        (make_import_fixup_mark): New function.
        (make_import_fixup_entry): New function.
        (pe_create_import_fixup): New function.
        (add_bfd_to_link): Specify that 'name' argument is a CONST
        char *.
        * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
        declare new functions pe_walk_relocs_of_symbol and
        pe_create_import_fixup.
        * emultempl/pe.em: add new options --enable-auto-import,
        --disable-auto-import, and --enable-extra-pe-debug.
        (make_import_fixup): New function.
        (pe_find_data_imports): New function.
        (pr_sym): New function.
        (gld_${EMULATION_NAME}_after_open): Add optional extra pe
        debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
        CODE.
2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
        * ld.texinfo: add additional documentation for
        --export-all-symbols.  Document --out-implib,
        --enable-auto-image-base, --disable-auto-image-base,
        --dll-search-prefix, --enable-auto-import, and
        --disable-auto-import.
        * ldint.texinfo: Add detailed documentation on auto-import
        implementation.

22 years ago * defs.h (SLASH_STRING): If not defined, set
Keith Seitz [Thu, 2 Aug 2001 20:57:19 +0000 (20:57 +0000)] 
* defs.h (SLASH_STRING): If not defined, set
to "/", regardless of _WIN32, __CYGWIN__, or
whatnot.

22 years ago* cli/cli-decode.h: Include "gdb_regex.h" instead of
Mark Kettenis [Thu, 2 Aug 2001 20:18:29 +0000 (20:18 +0000)] 
* cli/cli-decode.h: Include "gdb_regex.h" instead of
"gnu-regex.h".

22 years ago* NEWS: Update.
Mark Kettenis [Thu, 2 Aug 2001 18:42:18 +0000 (18:42 +0000)] 
* NEWS: Update.

22 years ago * config/i386/xm-go32.h: Include xm-i386.h.
Eli Zaretskii [Thu, 2 Aug 2001 15:18:15 +0000 (15:18 +0000)] 
* config/i386/xm-go32.h: Include xm-i386.h.
(HOST_BYTE_ORDER, HOST_LONG_DOUBLE_FORMAT): Remove definitions.

22 years ago The following changes avoid polluting global namespace with the
Eli Zaretskii [Thu, 2 Aug 2001 11:58:29 +0000 (11:58 +0000)] 
The following changes avoid polluting global namespace with the
`enable' and `disable' identifiers, because some platforms define
in their system headers symbols with global scope that go by those
names.

* breakpoint.h (enum enable_state): Rename from `enum enable'.
Also rename all the enum members to have the "bp_" prefix.
(struct breakpoint): Rename the `enable' member to `enable_state'.
(enum bpdisp): Rename all members to have the "disp_" prefix.

* breakpoint.c: All users of `enum enable' and `enum bpdisp'
changed.
(args_for_catchpoint_enable): Rename the `enable' member to
`enable_p'.  All users changed.

* tracepoint.h (enum enable): Remove.
(struct tracepoint): The member `enabled' is now `int enabled_p'.

* tracepoint.c: All users of the `enabled' member changed.

* printcmd.c (struct display): The `status' member is now an int.

* memattr.h (struct mem_region): Rename the `status' member to
`enabled_p'.
(enum enable): Remove.

* memattr.c: Change all users of the `status' member of struct
mem_region to use `enabled_p' instead.

* infcmd.c (run_stack_dummy): Use disp_del instead of del.

* go32-nat.c: Remove the kludgey work-around for conflicts between
<dos.h> and "breakpoint.h".
* tui/tuiSourceWin.c: Use disp_del instead of del.

* tui/tuiSource.c: Use disp_del instead of del.

* tui/tuiDisassem.c: Use disp_del instead of del.

22 years ago * gdb.texinfo: Explain omitting the hostname in the
Corinna Vinschen [Thu, 2 Aug 2001 10:52:07 +0000 (10:52 +0000)] 
    * gdb.texinfo: Explain omitting the hostname in the
        `target remote' command.

22 years ago * gas/mips/mips-gp32-fp32,
Richard Sandiford [Thu, 2 Aug 2001 10:16:50 +0000 (10:16 +0000)] 
* gas/mips/mips-gp32-fp32,
* gas/mips/mips-gp32-fp64,
* gas/mips/mips-gp64-fp32,
* gas/mips/mips-gp64-fp64,
* gas/mips/mips-abi32,
* gas/mips/mips-gp32-fp32-pic,
* gas/mips/mips-gp32-fp64-pic,
* gas/mips/mips-gp64-fp32-pic,
* gas/mips/mips-gp64-fp64-pic,
* gas/mips/mips-abi32-pic: New testcases.

* gas/mips/mips.exp: Run them.

22 years ago * doc/c-mips.tex (-mgp32, -mfp32): Added -mfp32, unified with -mgp32.
Richard Sandiford [Thu, 2 Aug 2001 10:15:24 +0000 (10:15 +0000)] 
* doc/c-mips.tex (-mgp32, -mfp32): Added -mfp32, unified with -mgp32.
* config/tc-mips.c (mips_fp32, mips_32bit_abi): New static variables.
(md_long_opts): Add -mfp32 option.
(md_parse_option): Handle it.  Set mips_32bit_abi given -mabi=32.
(md_show_usage): Show usage for -mfp32 and -mgp32.
(HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): New macros.
(HAVE_64BIT_GPRS, HAVE_64BIT_FPRS): New macros, inverse of the above.
(HAVE_32BIT_ADDRESSES): New macro.
(load_register): Use HAVE_32BIT_GPRS to determine the register width.
(load_address): Use HAVE_32BIT_ADDRESSES to determine the address size.
(s_cprestore, s_cpadd): Likewise.
(macro): Use HAVE_32BIT_GPRS to determine the width of registers
used in branch and M_LI_D macros.  Use HAVE_64BIT_FPRS to determine
the width registers used in M_LI_DD macros.  Use HAVE_32BIT_ADDRESSES
to determine the width of addresses in load, store and jump macros.
(macro2): Use HAVE_32BIT_GPRS to determine the width of registers
used in set instructions; do not check the address size for them.
Use HAVE_32BIT_ADDRESSES to determine the width of addresses in
unaligned load and store macros.
(mips_ip): Use the new macros to check the width of a register when
processing float constants.  Force a constant into memory if it is
destined for an FPR and the FPRs are wider than the GPRs.  Warn about
odd FPR numbers if HAVE_32BIT_FPRS.  Use HAVE_32BIT_GPRS rather
than mips_gp32 to select synthetic instructions.
(macro_build): Use HAVE_32BIT_GPRS rather than mips_gp32 to select
synthetic instructions.

22 years ago * MAINTAINERS: Add myself to the write-after-approval list.
Corinna Vinschen [Thu, 2 Aug 2001 09:08:03 +0000 (09:08 +0000)] 
    * MAINTAINERS: Add myself to the write-after-approval list.
        * ser-tcp.c (tcp_open): Use `localhost' as default host if no
        hostname is given.

22 years agoRemoved a section of code that didn't do anything, but left values in
John R. Moore [Thu, 2 Aug 2001 00:50:38 +0000 (00:50 +0000)] 
Removed a section of code that didn't do anything, but left values in
memory. This was labeled as a hack to set r0/r1 with argc/argv.

22 years ago*** empty log message ***
gdbadmin [Thu, 2 Aug 2001 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago* doublest.h (store_floating, floatformat_to_doublest): Make IN
Andrew Cagney [Wed, 1 Aug 2001 22:11:43 +0000 (22:11 +0000)] 
* doublest.h (store_floating, floatformat_to_doublest): Make IN
paramter a const void pointer.
(floatformat_from_doublest): Make IN const, Make OUT a void
pointer.
* doublest.c (floatformat_to_doublest): Update.
(floatformat_from_doublest): Update.
(extract_floating): Update.

22 years ago* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
Andrew Cagney [Wed, 1 Aug 2001 18:39:27 +0000 (18:39 +0000)] 
* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
(HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
(HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
(floatformat_to_doublest, floatformat_from_doublest)
(floatformat_is_negative, floatformat_is_nan)
(floatformat_mantissa, store_floating)
(extract_floating): Move declaration from here.
* doublest.h: To here.  New file.
* utils.c (get_field, floatformat_to_doublest, put_field)
(ldfrexp, floatformat_from_doublest, floatformat_is_negative)
(floatformat_is_nan, floatformat_mantissa)
(FLOATFORMAT_CHAR_BIT): Move from here.
* doublest.c: To here.  New file.
* findvar.c (store_floating, extract_floating): Move from here.
* doublest.c: To here.
* Makefile.in (SFILES): Add doublest.c.
(COMMON_OBS): Add doublest.o.
(doublest.o): Specify dependencies.
(doublest_h): Define.

* config/m88k/tm-m88k.h: Include "doublest.h".
* config/i960/tm-i960.h: Ditto.
* config/i386/tm-symmetry.h: Ditto.
* rs6000-tdep.c, valarith.c: Ditto.
* valprint.c, stabsread.c, sh-tdep.c: Ditto.
* ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
* values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
* alpha-tdep.c, ax.h, expression.h: Ditto.
* sh-tdep.c, parse.c, top.c, value.h: Ditto.

* Makefile.in (arm-tdep.o): Add $(doublest_h).
(i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
(rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
(values.o, valprint.o, arm-linux-tdep.o): Ditto.
(alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
(parser_defs_h): Ditto.
(expression_h): Add $(doublest_h) and $(symtab_h).

22 years ago* Makefile.in: Sort header definitions.
Andrew Cagney [Wed, 1 Aug 2001 17:41:50 +0000 (17:41 +0000)] 
* Makefile.in: Sort header definitions.
(parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
Replace parser-defs.h with $(parser_defs_h).  Replace $(dis-asm_h)
and $(dis-asm.h) with $(dis_asm_h).  Replace annotate.h with
$(annotate_h).  Replace target.h with $(target_h).  Replace
gdbthread.h with $(gdb_thread_h).  Replace symfile.h with $(symfile_h).

22 years agoReturn zero only as the last step of qsort function.
Nick Clifton [Wed, 1 Aug 2001 16:10:42 +0000 (16:10 +0000)] 
Return zero only as the last step of qsort function.

22 years agoUse @command{name} for commands. Use @option{-opt} for options.
Nick Clifton [Wed, 1 Aug 2001 15:54:41 +0000 (15:54 +0000)] 
Use @command{name} for commands.  Use @option{-opt} for options.
Use @table @env for list of options.  Remove spaces arround [ | ] in synopsis.
Use 'GNU Development Tools' for the center title.

22 years agoCleanups for z8k target
Nick Clifton [Wed, 1 Aug 2001 15:39:17 +0000 (15:39 +0000)] 
Cleanups for z8k target

22 years agoReplace VXWORKS with ARM_COFF_BUGFIX.
Nick Clifton [Wed, 1 Aug 2001 15:18:32 +0000 (15:18 +0000)] 
Replace VXWORKS with ARM_COFF_BUGFIX.

22 years agoDo not require any exception support library. Check results against NRV.
Nick Clifton [Wed, 1 Aug 2001 14:37:47 +0000 (14:37 +0000)] 
Do not require any exception support library.  Check results against NRV.

22 years agoDo not require any exception support library.
Nick Clifton [Wed, 1 Aug 2001 14:26:18 +0000 (14:26 +0000)] 
Do not require any exception support library.

22 years ago2001-08-01 Aldy Hernandez <aldyh@redhat.com>
Aldy Hernandez [Wed, 1 Aug 2001 11:33:45 +0000 (11:33 +0000)] 
2001-08-01  Aldy Hernandez  <aldyh@redhat.com>

* include/opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.

22 years agoFix a typo in my entry from 2001-06-13.
Eli Zaretskii [Wed, 1 Aug 2001 09:23:07 +0000 (09:23 +0000)] 
Fix a typo in my entry from 2001-06-13.

22 years ago * config/tc-i386.c (lex_got): Match lower case relocation tokens.
Alan Modra [Wed, 1 Aug 2001 02:27:11 +0000 (02:27 +0000)] 
* config/tc-i386.c (lex_got): Match lower case relocation tokens.
Don't allocate more space than necessary for the input line copy.

22 years ago * gas/elf/section2.l: Adjust warning message comparison.
Alan Modra [Wed, 1 Aug 2001 01:51:28 +0000 (01:51 +0000)] 
* gas/elf/section2.l: Adjust warning message comparison.

22 years ago * read.c: Standardize error/warning messages - don't capitalise, no
Alan Modra [Wed, 1 Aug 2001 01:44:25 +0000 (01:44 +0000)] 
* read.c: Standardize error/warning messages - don't capitalise, no
final period or newline, don't say "ignored" or "zero assumed" for
as_bad messages.  In some cases, change the wording to that used
elsewhere for similar messages.
* app.c, as.c, atof-generic.c, cgen.c, cond.c, depend.c, dwarf2dbg.c,
  ecoff.c, expr.c, frags.c, input-file.c, input-scrub.c, listing.c,
  output-file.c, stabs.c, subsegs.c, symbols.c, write.c: Likewise.
* ecoff.c (ecoff_directive_end): Test for missing name by
comparing input line pointers rather than reading string.
(ecoff_directive_ent): Likewise.
* read.c (s_set): Likewise.
(s_align): Report a warning rather than an error for
alignment too large.
(s_comm): Check for missing symbol name.
(s_lcomm_internal): Likewise.
(s_lsym): Likewise.
(s_globl): Use is_end_of_line instead of looking for '\n'.
(s_lcomm_internal): Likewise.
(ignore_rest_of_line): Report a warning rather than an error.

22 years ago*** empty log message ***
gdbadmin [Wed, 1 Aug 2001 00:00:08 +0000 (00:00 +0000)] 
*** empty log message ***

22 years ago * config/tc-ppc.c (ppc_elf_validate_fix): It's OK to have
Geoffrey Keating [Tue, 31 Jul 2001 19:24:57 +0000 (19:24 +0000)] 
* config/tc-ppc.c (ppc_elf_validate_fix): It's OK to have
any kind of relocation against a not-loaded section.

22 years ago* config/i386/xm-i386.h: New file.
Mark Kettenis [Tue, 31 Jul 2001 19:22:57 +0000 (19:22 +0000)] 
* config/i386/xm-i386.h: New file.
* config/i386/xm-fbsd.h: Removed.
* config/i386/xm-linux.h: Removed.
* config/i386/fbsd.mh: Reorganize a bit.
(XM_FILE): Set to xm-i386.h instead of xm-fbsd.h.
* config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of
xm-linux.h.

22 years ago * tui.c (tui_enable): Remove call to terminal_save_ours().
Stephane Carrez [Tue, 31 Jul 2001 19:00:50 +0000 (19:00 +0000)] 
* tui.c (tui_enable): Remove call to terminal_save_ours().
(tui_disable): Likewise.

22 years ago * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
Daniel Jacobowitz [Tue, 31 Jul 2001 17:30:56 +0000 (17:30 +0000)] 
    * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
        and END-INFO-DIR-ENTRY.

22 years agoImplement new switch --rename-section
Nick Clifton [Tue, 31 Jul 2001 13:49:39 +0000 (13:49 +0000)] 
Implement new switch --rename-section

22 years ago2001-07-31 Ben Elliston <bje@redhat.com>
Ben Elliston [Tue, 31 Jul 2001 04:59:59 +0000 (04:59 +0000)] 
2001-07-31  Ben Elliston  <bje@redhat.com>

* lib/sim-defs.exp (run_sim_test): Include a description such as
"assembling" or "linking" that identifies the phase a test fails
in, for easier analysis of failures.

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