OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
23 years ago* libiberty/cp-demangle.c (struct demangling_def): New fields:
Jim Blandy [Tue, 20 Mar 2001 18:22:38 +0000 (18:22 +0000)]
* libiberty/cp-demangle.c (struct demangling_def): New fields:
is_constructor and is_destructor.
(demangling_new): Initialize them.
(demangle_ctor_dtor_name): Set them, if we detect a constructor
or destructor.
(demangle_v3_with_details, is_gnu_v3_mangled_ctor,
is_gnu_v3_mangled_dtor): New functions.

* include/demangle.h (enum gnu_v3_constructor_kinds,
is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds,
is_gnu_v3_mangled_dtor): New declarations.

23 years agomerge from gcc
DJ Delorie [Tue, 20 Mar 2001 17:09:17 +0000 (17:09 +0000)]
merge from gcc

23 years ago * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
Andreas Schwab [Tue, 20 Mar 2001 10:11:07 +0000 (10:11 +0000)]
* elf32-m68k.c (elf_m68k_relocate_section): Don't need the
relocation value when resolving a reference from a debugging
section.

23 years agoUse `relax_marker' instead of fragile address test code to determine
Alan Modra [Tue, 20 Mar 2001 03:12:01 +0000 (03:12 +0000)]
Use `relax_marker' instead of fragile address test code to determine
whether a frag's fr_address has been updated.

23 years agoFix 2 bugs with parsing the resource dependency tables.
Jim Wilson [Tue, 20 Mar 2001 02:32:27 +0000 (02:32 +0000)]
Fix 2 bugs with parsing the resource dependency tables.
* ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and
notestr if larger than xsect.
(in_class): Handle format M5.
* ia64-asmtab.c: Regnerate.

23 years agoDon't try to read past end of info buffer, and correct test results.
Alan Modra [Mon, 19 Mar 2001 12:20:10 +0000 (12:20 +0000)]
Don't try to read past end of info buffer, and correct test results.

23 years agoFix register name printed in warning message.
Alan Modra [Mon, 19 Mar 2001 11:28:20 +0000 (11:28 +0000)]
Fix register name printed in warning message.

23 years ago * gas/m68k/pcrel.s: Force alignment to 8 byte boundary to get
Andreas Schwab [Mon, 19 Mar 2001 10:02:07 +0000 (10:02 +0000)]
* gas/m68k/pcrel.s: Force alignment to 8 byte boundary to get
consistent output across targets.
* gas/m68k/pcrel.d: Adjusted.

23 years ago2001-03-18 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sun, 18 Mar 2001 21:28:56 +0000 (21:28 +0000)]
2001-03-18  H.J. Lu  <hjl@gnu.org>

* gas/i386/intel.s: Move PIC code to ...
* gas/i386/intelpic.s: New. Here.
* gas/i386/intel.d: Updated.
* gas/i386/intelpic.d: New.

* gas/i386/i386.exp: Check PIC code in Intel syntax for ELF
targets only.

23 years ago * gas/mri/mri.exp: Fix test of m6811/m6812 targets.
Stephane Carrez [Sun, 18 Mar 2001 10:18:24 +0000 (10:18 +0000)]
* gas/mri/mri.exp: Fix test of m6811/m6812 targets.

23 years ago * config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
Stephane Carrez [Sun, 18 Mar 2001 10:14:13 +0000 (10:14 +0000)]
* config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
with 'Motorola specification for assembly language input standard'.

23 years agoFix a typo.
H.J. Lu [Sun, 18 Mar 2001 02:56:20 +0000 (02:56 +0000)]
Fix a typo.

23 years ago * emultempl/elf32.em (OPTION_GROUP): New macro.
Ulrich Drepper [Sat, 17 Mar 2001 21:24:26 +0000 (21:24 +0000)]
* emultempl/elf32.em (OPTION_GROUP): New macro.
Add new option Bgroup to longopts.
(gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
(gld*_list_options): Add -Bgroup and -z defs.
* ld.1: Document -Bgroup and -z defs.
* ld.texinfo: Likewise.

23 years ago * dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
Richard Henderson [Sat, 17 Mar 2001 18:23:41 +0000 (18:23 +0000)]
    * dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
        (dwarf2_directive_loc): Don't use them.
        (dwarf2_directive_file): Reject duplicate file definitions.
        (get_filenum): Zero allocated memory.
        (out_file_list): Complain about missing file definitions.

23 years agoTeach .org to handle complex expressions
Alan Modra [Sat, 17 Mar 2001 03:02:06 +0000 (03:02 +0000)]
Teach .org to handle complex expressions

23 years agoFix syntax errors.
Nick Clifton [Fri, 16 Mar 2001 18:49:32 +0000 (18:49 +0000)]
Fix syntax errors.

23 years agoAdd new opcodes
Nick Clifton [Fri, 16 Mar 2001 18:42:26 +0000 (18:42 +0000)]
Add new opcodes

23 years agoFix warning message
Nick Clifton [Fri, 16 Mar 2001 17:34:31 +0000 (17:34 +0000)]
Fix warning message

23 years agoAdd local tag support. Don't flush instructions for .xdata directives.
Jim Wilson [Fri, 16 Mar 2001 04:56:31 +0000 (04:56 +0000)]
Add local tag support.  Don't flush instructions for .xdata directives.
* config/tc-ia64.c (md): New member keep_pending_output.
(ia64_flush_pending_output): Flush only if md.keep_pending_output
is not set.
(dot_xdata): Turn on md.keep_pending_output for the duration of
this function.
(dot_xfloat_cons): Ditto.
(dot_xstringer): Ditto.
(dot_xdata_ua): Ditto.
(dot_xfloat_cons_ua): Ditto.
* config/tc-ia64.c (ia64_unrecognized_line, case '['): Add local
label support.

23 years agoFix accidental loss of bit 7 in peoples names
Hans-Peter Nilsson [Fri, 16 Mar 2001 03:00:24 +0000 (03:00 +0000)]
Fix accidental loss of bit 7 in peoples names

23 years ago* config/tc-sh.c (parse_reg): Match capital MACH and MACL.
Alexandre Oliva [Fri, 16 Mar 2001 02:11:05 +0000 (02:11 +0000)]
* config/tc-sh.c (parse_reg): Match capital MACH and MACL.

23 years agomerge from gcc
DJ Delorie [Thu, 15 Mar 2001 22:02:06 +0000 (22:02 +0000)]
merge from gcc

23 years agomerge from gcc
DJ Delorie [Thu, 15 Mar 2001 21:07:01 +0000 (21:07 +0000)]
merge from gcc

23 years ago* stabs.c (s_stab_generic): Don't corrupt the notes obstack by
DJ Delorie [Thu, 15 Mar 2001 19:30:32 +0000 (19:30 +0000)]
* stabs.c (s_stab_generic): Don't corrupt the notes obstack by
blindly freeing string if it isn't at the top of the obstack.

23 years agoDon't assume non-PIC to PIC call stubs are unneeded just because
Alan Modra [Thu, 15 Mar 2001 13:47:56 +0000 (13:47 +0000)]
Don't assume non-PIC to PIC call stubs are unneeded just because
the function happens to have a plabel.

23 years agomerge from gcc
DJ Delorie [Wed, 14 Mar 2001 21:30:22 +0000 (21:30 +0000)]
merge from gcc

23 years agoFix minor formatting bugs.
DJ Delorie [Wed, 14 Mar 2001 20:46:12 +0000 (20:46 +0000)]
Fix minor formatting bugs.

23 years agoSynchronise with copyright dates on FSF GCC versions of these files
Nick Clifton [Wed, 14 Mar 2001 19:45:29 +0000 (19:45 +0000)]
Synchronise with copyright dates on FSF GCC versions of these files

23 years agoDavid Mosberger's fixes for cross compiling gprof.
Alan Modra [Wed, 14 Mar 2001 03:14:56 +0000 (03:14 +0000)]
David Mosberger's fixes for cross compiling gprof.

23 years ago* defparse.y (opt_equal_name): allow "." in name.
Christopher Faylor [Wed, 14 Mar 2001 02:56:45 +0000 (02:56 +0000)]
* defparse.y (opt_equal_name): allow "." in name.
* dlltool.c (def_exports): Added ability to generate forwarded exports.
(gen_exp_file): Likewise.

23 years agoformatting fix
Nick Clifton [Wed, 14 Mar 2001 02:33:30 +0000 (02:33 +0000)]
formatting fix

23 years agoFix typos in ChangeLogs; add coff/external.h; fix copyright dates
Nick Clifton [Wed, 14 Mar 2001 02:27:44 +0000 (02:27 +0000)]
Fix typos in ChangeLogs; add coff/external.h; fix copyright dates

23 years agoFix typos in ChangeLogs; fix dates in copyright notices
Nick Clifton [Tue, 13 Mar 2001 22:58:38 +0000 (22:58 +0000)]
Fix typos in ChangeLogs; fix dates in copyright notices

23 years agoFix typos in ChangeLog; fix dates in copyright notices
Nick Clifton [Tue, 13 Mar 2001 21:07:30 +0000 (21:07 +0000)]
Fix typos in ChangeLog; fix dates in copyright notices

23 years agoFix typos in ChangeLogs and update copyright notices
Nick Clifton [Tue, 13 Mar 2001 06:43:59 +0000 (06:43 +0000)]
Fix typos in ChangeLogs and update copyright notices

23 years agoFixtypos in ChangeLogs, fix copyright dates in files
Nick Clifton [Tue, 13 Mar 2001 06:14:29 +0000 (06:14 +0000)]
Fixtypos in ChangeLogs, fix copyright dates in files

23 years agofix typos
Nick Clifton [Tue, 13 Mar 2001 06:14:01 +0000 (06:14 +0000)]
fix typos

23 years ago* elf32-sh.c (sh_elf_relocate_section): Only relocation
DJ Delorie [Tue, 13 Mar 2001 04:43:40 +0000 (04:43 +0000)]
* elf32-sh.c (sh_elf_relocate_section): Only relocation
R_SH_DIR8WP* relocs if they're against external symbols, else
they're just for relaxing.  Validate the reloc values.

23 years agoFix typos.
Alan Modra [Tue, 13 Mar 2001 04:42:16 +0000 (04:42 +0000)]
Fix typos.

23 years agoSupport for @GOTOFF in .long expressions.
Alan Modra [Tue, 13 Mar 2001 04:37:13 +0000 (04:37 +0000)]
Support for @GOTOFF in .long expressions.

23 years agoAdd --binary-architecture switch to objcopy to allow the output architecture
Nick Clifton [Tue, 13 Mar 2001 00:08:35 +0000 (00:08 +0000)]
Add --binary-architecture switch to objcopy to allow the output architecture
to be set when the input file type is binary.

23 years agoAlways set machine type based on cpu_variant.
Nick Clifton [Mon, 12 Mar 2001 23:37:39 +0000 (23:37 +0000)]
Always set machine type based on cpu_variant.

23 years agoHandle EM_S390_OLD.
Nick Clifton [Mon, 12 Mar 2001 23:35:23 +0000 (23:35 +0000)]
Handle EM_S390_OLD.

23 years agofile ld.info-6 was initially added on branch binutils-2_11-branch.
Phil Blundell [Mon, 12 Mar 2001 15:41:12 +0000 (15:41 +0000)]
file ld.info-6 was initially added on branch binutils-2_11-branch.

23 years agofile ld.info-5 was initially added on branch binutils-2_11-branch.
Phil Blundell [Mon, 12 Mar 2001 15:41:12 +0000 (15:41 +0000)]
file ld.info-5 was initially added on branch binutils-2_11-branch.

23 years agofile stamp-h was initially added on branch binutils-2_11-branch.
Phil Blundell [Mon, 12 Mar 2001 15:41:08 +0000 (15:41 +0000)]
file stamp-h was initially added on branch binutils-2_11-branch.

23 years agofile config.status was initially added on branch binutils-2_11-branch.
Phil Blundell [Mon, 12 Mar 2001 15:41:08 +0000 (15:41 +0000)]
file config.status was initially added on branch binutils-2_11-branch.

23 years agofile config.h was initially added on branch binutils-2_11-branch.
Phil Blundell [Mon, 12 Mar 2001 15:41:08 +0000 (15:41 +0000)]
file config.h was initially added on branch binutils-2_11-branch.

23 years agofile gprof.info-3 was initially added on branch binutils-2_11-branch.
Phil Blundell [Mon, 12 Mar 2001 15:41:03 +0000 (15:41 +0000)]
file gprof.info-3 was initially added on branch binutils-2_11-branch.

23 years agofile as.info-9 was initially added on branch binutils-2_11-branch.
Phil Blundell [Mon, 12 Mar 2001 15:40:58 +0000 (15:40 +0000)]
file as.info-9 was initially added on branch binutils-2_11-branch.

23 years ago2001-03-11 Philip Blundell <philb@gnu.org>
Phil Blundell [Sun, 11 Mar 2001 13:10:51 +0000 (13:10 +0000)]
2001-03-11  Philip Blundell  <philb@gnu.org>

* elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
entries that could serve as a definition for a weak symbol.

23 years agomerge from gcc
DJ Delorie [Sat, 10 Mar 2001 22:23:50 +0000 (22:23 +0000)]
merge from gcc

23 years agoFix copyright notices
Nick Clifton [Thu, 8 Mar 2001 23:24:26 +0000 (23:24 +0000)]
Fix copyright notices

23 years agoFix typos
Nick Clifton [Thu, 8 Mar 2001 23:06:04 +0000 (23:06 +0000)]
Fix typos

23 years agoUpdate copyright notices
Nick Clifton [Thu, 8 Mar 2001 21:04:02 +0000 (21:04 +0000)]
Update copyright notices

23 years ago* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
Alexandre Oliva [Thu, 8 Mar 2001 05:50:03 +0000 (05:50 +0000)]
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.

23 years agoFixup checkin of wrong source
Michael Meissner [Thu, 8 Mar 2001 02:26:19 +0000 (02:26 +0000)]
Fixup checkin of wrong source

23 years agoAdd support for -fdata-sections
Michael Meissner [Thu, 8 Mar 2001 02:20:25 +0000 (02:20 +0000)]
Add support for -fdata-sections

23 years agoConditionalize prevbious pathc on ! defined OLD_ARM_ABI.
Nick Clifton [Wed, 7 Mar 2001 23:52:58 +0000 (23:52 +0000)]
Conditionalize prevbious pathc on ! defined OLD_ARM_ABI.

23 years ago2001-03-07 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Wed, 7 Mar 2001 13:49:11 +0000 (13:49 +0000)]
2001-03-07  Andreas Jaeger  <aj@suse.de>

* elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
some relocation values.

23 years ago* config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc.
Alan Modra [Wed, 7 Mar 2001 02:52:26 +0000 (02:52 +0000)]
* config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc.
(md_assemble [smallest displacement]): Use correct field of i.op[] union.
(md_assemble [JumpInterSegment output]): Use correct i.disp_reloc[].
(md_assemble [immediate output]): Likewise.

23 years ago* ld-scripts/cross2.t: Support any type of text/data sections, not
DJ Delorie [Tue, 6 Mar 2001 23:03:28 +0000 (23:03 +0000)]
* ld-scripts/cross2.t: Support any type of text/data sections, not
just the canonical ones.

23 years agoFix BLX(1) for Thumb
Nick Clifton [Tue, 6 Mar 2001 22:33:47 +0000 (22:33 +0000)]
Fix BLX(1) for Thumb

23 years agoAdd BFD_RELOC_THUMB_PCREL_BLX.
Nick Clifton [Tue, 6 Mar 2001 20:27:50 +0000 (20:27 +0000)]
Add BFD_RELOC_THUMB_PCREL_BLX.

23 years agoRest of the changes for Coldfire V4.
Nick Clifton [Tue, 6 Mar 2001 20:15:27 +0000 (20:15 +0000)]
Rest of the changes for Coldfire V4.

23 years agoest of the changes for Coldfire V4
Nick Clifton [Tue, 6 Mar 2001 20:13:31 +0000 (20:13 +0000)]
est of the changes for Coldfire V4

23 years agoRest of the changes for Coldfire V4
Nick Clifton [Tue, 6 Mar 2001 20:12:21 +0000 (20:12 +0000)]
Rest of the changes for Coldfire V4

23 years agomerge from gcc
DJ Delorie [Tue, 6 Mar 2001 19:03:36 +0000 (19:03 +0000)]
merge from gcc

23 years agomerge from gcc
DJ Delorie [Mon, 5 Mar 2001 19:42:04 +0000 (19:42 +0000)]
merge from gcc

23 years agoCorrect filenames from last commit.
Dave Brolley [Mon, 5 Mar 2001 16:01:29 +0000 (16:01 +0000)]
Correct filenames from last commit.

23 years ago2001-03-05 Dave Brolley <brolley@redhat.co
Dave Brolley [Mon, 5 Mar 2001 15:55:01 +0000 (15:55 +0000)]
2001-03-05  Dave Brolley  <brolley@redhat.co

        * opcodes/fr30-asm.c: Regenerate.
        * opcodes/fr30-desc.c: Regenerate.
        * opcodes/fr30-desc.h: Regenerate.
        * opcodes/fr30-dis.c: Regenerate.
        * opcodes/fr30-ibld.c: Regenerate.
        * opcodes/fr30-opc.c: Regenerate.
        * opcodes/fr30-opc.h: Regenerate.
        * opcodes/m32r-asm.c: Regenerate.
        * opcodes/m32r-desc.c: Regenerate.
        * opcodes/m32r-desc.h: Regenerate.
        * opcodes/m32r-dis.c: Regenerate.
        * opcodes/m32r-ibld.c: Regenerate.
        * opcodes/m32r-opc.c: Regenerate.
        * opcodes/m32r-opc.h: Regenerate.
        * opcodes/m32r-opinst.c: Regenerate.

23 years ago* emultempl/m68kelf.em (m68k_elf_after_allocation): Call
Alan Modra [Mon, 5 Mar 2001 05:02:03 +0000 (05:02 +0000)]
* emultempl/m68kelf.em (m68k_elf_after_allocation): Call
after_allocation_default, not gld..._before_allocation.

23 years ago2001-03-02 Dave Brolley <brolley@redhat.com>
Dave Brolley [Fri, 2 Mar 2001 22:50:36 +0000 (22:50 +0000)]
2001-03-02  Dave Brolley  <brolley@redhat.com>

* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than
m32r_do_align.

23 years agoPrint warnings if NaNs are found and the target CPU does not support them
Nick Clifton [Fri, 2 Mar 2001 18:43:13 +0000 (18:43 +0000)]
Print warnings if NaNs are found and the target CPU does not support them

23 years agomerge from gcc
DJ Delorie [Fri, 2 Mar 2001 02:12:03 +0000 (02:12 +0000)]
merge from gcc

23 years ago*** empty log message ***
Matthew Hiller [Thu, 1 Mar 2001 19:39:30 +0000 (19:39 +0000)]
*** empty log message ***

23 years ago2001-02-28 Matt Hiller <hiller@redhat.com>
Matthew Hiller [Thu, 1 Mar 2001 19:13:27 +0000 (19:13 +0000)]
2001-02-28  Matt Hiller  <hiller@redhat.com>

* testsuite/ld-scripts/crossref.exp: Initialize flags to
[big_or_little_endian].
* testsuite/ld-undefined/undefined.exp: Ditto, and include $flags
in ld invocations.
* testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB,
-eb, EL and el.
(is_endian_output_format): New function.
(default_ld_link): Set flags to [big_or_little_endian] only if ld
is being invoked such that the output format being used is of
known endianness.
(default_ld_simple_link): Ditto.

23 years agoAdd s390 target
Nick Clifton [Thu, 1 Mar 2001 18:48:14 +0000 (18:48 +0000)]
Add s390 target

23 years agonew defines for Coldfire V4.
Nick Clifton [Wed, 28 Feb 2001 23:47:10 +0000 (23:47 +0000)]
new defines for Coldfire V4.

23 years agoRemove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.
Nick Clifton [Wed, 28 Feb 2001 19:40:12 +0000 (19:40 +0000)]
Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.

23 years ago2001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de>
Andreas Jaeger [Wed, 28 Feb 2001 12:49:40 +0000 (12:49 +0000)]
2001-02-28  Andreas Jaeger  <aj@suse.de>, Bo Thorsen  <bo@suse.de>

* config/tc-i386.c (tc_gen_reloc): Remove ugly hack which is not needed
anymore since we use bfd_elf_generic_reloc now.
(md_apply_fix3): Only apply hack for partial_inplace if not using RELA.

23 years ago2001-02-28 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Wed, 28 Feb 2001 12:32:10 +0000 (12:32 +0000)]
2001-02-28  Andreas Jaeger  <aj@suse.de>

* elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
to addend.

23 years ago2001-02-28 Philip Blundell <pb@futuretv.com>
Phil Blundell [Wed, 28 Feb 2001 10:15:57 +0000 (10:15 +0000)]
2001-02-28  Philip Blundell  <pb@futuretv.com>

* readelf.c (decode_ARM_machine_flags): Explicitly mention which
ABI is in use; remove ambiguity between the "unknown" EABI and
unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
renamed EF_xx constants.

23 years ago2001-02-28 Philip Blundell <pb@futuretv.com>
Phil Blundell [Wed, 28 Feb 2001 10:13:20 +0000 (10:13 +0000)]
2001-02-28  Philip Blundell  <pb@futuretv.com>

* elf32-arm.h: Update mentions of renamed EF_xx constants.
  (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.

23 years ago2001-02-27 Philip Blundell <pb@futuretv.com>
Phil Blundell [Wed, 28 Feb 2001 10:11:36 +0000 (10:11 +0000)]
2001-02-27  Philip Blundell  <pb@futuretv.com>

* arm.h: Add new definitions from ARM document SWS ESPC 0003 B-01.
(EF_PIC, et al.): Rename to EF_ARM_xx.

23 years ago2001-02-27 H.J. Lu <hjl@gnu.org>
H.J. Lu [Tue, 27 Feb 2001 18:45:45 +0000 (18:45 +0000)]
2001-02-27  H.J. Lu  <hjl@gnu.org>

* aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
abfd->tdata.aout_data == NULL.

23 years agoFix some comments, and a formatting error.
Alan Modra [Tue, 27 Feb 2001 07:11:41 +0000 (07:11 +0000)]
Fix some comments, and a formatting error.

23 years agoBump version to 2.11.90, fix missing dependencies in bfd/,
Alan Modra [Tue, 27 Feb 2001 06:43:56 +0000 (06:43 +0000)]
Bump version to 2.11.90, fix missing dependencies in bfd/,
and run "make dep-am".

23 years agoUpdate elf64 aix5 comments.
Timothy Wall [Tue, 27 Feb 2001 03:26:47 +0000 (03:26 +0000)]
Update elf64 aix5 comments.

23 years agoAdd aix5 settings.
Timothy Wall [Tue, 27 Feb 2001 03:23:00 +0000 (03:23 +0000)]
Add aix5 settings.

23 years agoSet SEC_NEVER_LOAD when the 'n' flag is used.
Nick Clifton [Tue, 27 Feb 2001 01:56:26 +0000 (01:56 +0000)]
Set SEC_NEVER_LOAD when the 'n' flag is used.

23 years agoBFD: Catch & report unhandled PE section flags.
Nick Clifton [Tue, 27 Feb 2001 01:38:06 +0000 (01:38 +0000)]
BFD: Catch & report unhandled PE section flags.
LD: Catch BFD errors whilst loading symbols and do not produce an executable.

23 years ago2001-02-26 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 26 Feb 2001 17:40:07 +0000 (17:40 +0000)]
2001-02-26  H.J. Lu  <hjl@gnu.org>

* gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".

23 years ago2001-02-26 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Mon, 26 Feb 2001 07:50:22 +0000 (07:50 +0000)]
2001-02-26  Andreas Jaeger  <aj@suse.de>

* elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.

23 years ago * symbols.c (decode_local_label_name): Initialize message_format
Stephane Carrez [Sat, 24 Feb 2001 09:57:24 +0000 (09:57 +0000)]
* symbols.c (decode_local_label_name): Initialize message_format
only when an error is reported (perf pb due to I18N).

23 years ago2001-02-23 H.J. Lu <hjl@gnu.org>
H.J. Lu [Sat, 24 Feb 2001 04:59:03 +0000 (04:59 +0000)]
2001-02-23  H.J. Lu  <hjl@gnu.org>

* dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if
BFD_ASSEMBLER is not defined.

23 years ago2001-02-23 David Mosberger <davidm@hpl.hp.com>
H.J. Lu [Fri, 23 Feb 2001 21:57:48 +0000 (21:57 +0000)]
2001-02-23  David Mosberger  <davidm@hpl.hp.com>

* ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4".
* ia64-asmtab.c: Regenerate.

23 years ago2001-02-23 H.J. Lu <hjl@gnu.org>
H.J. Lu [Fri, 23 Feb 2001 21:47:33 +0000 (21:47 +0000)]
2001-02-23  H.J. Lu  <hjl@gnu.org>

* gas/ia64/opc-a-err.l: Fix "cmp4.lt.or".

* gas/ia64/opc-a.pl: Add tests for pseudo-ops for "cmp" and
"cmp4".
* gas/ia64/opc-a.s: Rebuilt.
* gas/ia64/opc-a.d: Likewise.

23 years agoDon't mark a fixup as done if it's against a symbol.
Nick Clifton [Fri, 23 Feb 2001 18:32:51 +0000 (18:32 +0000)]
Don't mark a fixup as done if it's against a symbol.

23 years ago2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 22 Feb 2001 22:26:34 +0000 (22:26 +0000)]
2001-02-22  Jeff Johnston <jjohnstn@redhat.com>

        * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
        longer valid.