platform/upstream/binutils.git
28 years agoupdated changes
Kim Knuttila [Thu, 28 Sep 1995 20:21:36 +0000 (20:21 +0000)]
updated changes

28 years agoUpdated comments
Kim Knuttila [Thu, 28 Sep 1995 19:40:52 +0000 (19:40 +0000)]
Updated comments

28 years ago * ld.h (parsing_defsym): Declare.
Ian Lance Taylor [Thu, 28 Sep 1995 19:18:07 +0000 (19:18 +0000)]
* ld.h (parsing_defsym): Declare.
* ldlex.h (lex_string): Declare.
* ldlex.l (lex_string): Define.
* lexsup.c (parsing_defsym): Define.
(parse_args): In OPTION_DEFSYM case, set lex_string before calling
lex_redirect, and clear it after calling yyparse.  Set
parsing_defsym around call to yyparse.
* ldmain.c (main): Set lex_string before calling lex_redirect, and
clear it after calling yyparse.
* ldmisc.c (vfinfo): For %S, handle --defsym arguments and built
in linker scripts correctly.
PR 8092.

28 years ago * scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other
Ian Lance Taylor [Thu, 28 Sep 1995 17:59:51 +0000 (17:59 +0000)]
* scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other
COFF targets, allowing for the leading underscore used on SPARC
COFF.
PR 8006.

28 years ago* coffcode.h (coff_new_section_hook): Make sure that the alignment
Ian Lance Taylor [Thu, 28 Sep 1995 17:57:13 +0000 (17:57 +0000)]
* coffcode.h (coff_new_section_hook): Make sure that the alignment
        of .ctors and .dtors sections is no larger than 2.
PR 8086.

28 years ago * coffcode.h (coff_new_section_hook): Make sure that the alignment
Ian Lance Taylor [Thu, 28 Sep 1995 17:57:06 +0000 (17:57 +0000)]
* coffcode.h (coff_new_section_hook): Make sure that the alignment
of .ctors and .dtors sections is no larger than 2.
PR 8006.

28 years ago(arm-*-coff): Fix configuration.
David Edelsohn [Thu, 28 Sep 1995 17:33:04 +0000 (17:33 +0000)]
(arm-*-coff): Fix configuration.

28 years agomention creating SunOS shared libraries
Ian Lance Taylor [Thu, 28 Sep 1995 16:41:31 +0000 (16:41 +0000)]
mention creating SunOS shared libraries

28 years ago * ld-shared/shared.exp: Run the tests on sparc*-*-sunos4*. Add
Ian Lance Taylor [Thu, 28 Sep 1995 16:39:55 +0000 (16:39 +0000)]
* ld-shared/shared.exp: Run the tests on sparc*-*-sunos4*.  Add
appropriate modifications and setup_xfails.
* ld-shared/sun4.dat: New file.

28 years ago * lexsup.c (parse_args): Handle -assert.
Ian Lance Taylor [Thu, 28 Sep 1995 16:36:34 +0000 (16:36 +0000)]
* lexsup.c (parse_args): Handle -assert.
* emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Define.
* emultempl/sunos.em (gld${EMULATION_NAME}_get_script): Use the
shared library script when appropriate.
* scripttempl/aout.sc: If CREATE_SHLIB is set, start the .text
section at SIZEOF_HEADERS.

28 years ago * sunos.c (sunos_add_one_symbol): Don't change
Ian Lance Taylor [Thu, 28 Sep 1995 16:30:54 +0000 (16:30 +0000)]
* sunos.c (sunos_add_one_symbol): Don't change
bfd_link_hash_common to bfd_link_hash_new, since it may be on the
undef list.
(bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
dynamic symbols when creating a shared library.
(sunos_scan_ext_relocs): Handle relocs correctly when creating a
shared library.
(sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
written even if it is not defined in a regular object.
(sunos_write_dynamic_symbol): Use plt_offset for the address of
the jump table reloc.  Add an assertion.  Use RELOC_JMP_SLOT
rather than the constant 22.
(sunos_check_dynamic_reloc): Handle creating a shared library.
(sunos_finish_dynamic_link): Set the first entry in the GOT to
zero when creating a shared library.
* aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
write it out at the start of the symbol table.

28 years ago * config/tc-ppc.h (tc_fix_adjustable): Define.
Ian Lance Taylor [Thu, 28 Sep 1995 16:17:53 +0000 (16:17 +0000)]
* config/tc-ppc.h (tc_fix_adjustable): Define.
(ppc_pe_fix_adjustable): Declare.
* config/tc-ppc.c (ppc_pe_fix_adjustable): New function.

28 years ago * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
Ian Lance Taylor [Thu, 28 Sep 1995 15:21:35 +0000 (15:21 +0000)]
* Makefile.in (BFD32_BACKENDS): Add coff-arm.o.

28 years ago * Makefile.in (earmcoff.c): Build.
David Edelsohn [Thu, 28 Sep 1995 08:48:02 +0000 (08:48 +0000)]
* Makefile.in (earmcoff.c): Build.
* configure.tgt (arm-*-coff): New target
* emulparms/armcoff.sh: New file.
* scripttempl/armcoff.sc: New file.

28 years ago * config/tc-arm.h (TARGET_FORMAT): Define for arm-coff.
David Edelsohn [Thu, 28 Sep 1995 08:13:18 +0000 (08:13 +0000)]
* config/tc-arm.h (TARGET_FORMAT): Define for arm-coff.

28 years ago * config.bfd: Add arm-*-coff.
David Edelsohn [Thu, 28 Sep 1995 08:08:49 +0000 (08:08 +0000)]
* config.bfd: Add arm-*-coff.
* configure.in, configure: Add armcoff_{little,big}_vec.
* targets.c (armcoff_{little,big}_vec): Declare.
(bfd_target_vector): Add armcoff_{little,big}_vec.
* coff-arm.c (armcoff_{little,big}_vec): Always define.

28 years ago * symbols.c (S_IS_LOCAL): All symbols in reg_section are local.
Ian Lance Taylor [Wed, 27 Sep 1995 20:21:07 +0000 (20:21 +0000)]
* symbols.c (S_IS_LOCAL): All symbols in reg_section are local.

28 years ago * config/tc-ppc.h (OBJ_XCOFF): Define if OBJ_COFF and not TE_PE.
Ian Lance Taylor [Wed, 27 Sep 1995 19:02:16 +0000 (19:02 +0000)]
* config/tc-ppc.h (OBJ_XCOFF): Define if OBJ_COFF and not TE_PE.
Change OBJ_COFF checks to check OBJ_XCOFF instead.
(TARGET_FORMAT): Fully parenthesize.
(LEX_QM): Define if TE_PE.
* config/tc-ppc.c: Replace OBJ_COFF by OBJ_XCOFF throughout.
Remove checks of TE_PE within #ifdef OBJ_XCOFF sections.
(init_regtable): Make i unsigned.
(ppc_set_current_section): Rename from setCurrentSection.  Change
all callers.
(ppc_arch): Return after as_fatal to avoid gcc warning.
(md_assemble): Only declare reloc if OBJ_ELF.  Add default to
switch on fixups[i].reloc to avoid gcc warning.
(IMAGE_SGN_LNK_OTHER): Fix nested comment.
(ppc_pe_function): Don't call ppc_canonicalize_symbol_name.
(ppc_frob_symbol): Remove TE_PE section checks.
(md_estimate_size_before_relax): Return after abort to avoid gcc
warning.
(md_apply_fix3): Add BFD_RELOC_16_GOT_PCREL to switch.
* read.c (LEX_QM): Define as 0 if not defined.
(lex_type): Use LEX_QM for '?'.

28 years ago * tuples.ch. tuples.exp: Add new test for setting a variant record
Per Bothner [Wed, 27 Sep 1995 18:51:33 +0000 (18:51 +0000)]
* tuples.ch. tuples.exp:  Add new test for setting a variant record
using a tuple, and access the fields.

28 years ago * valops.c (search_struct_field): Also allow "else" as a variant name,
Per Bothner [Wed, 27 Sep 1995 18:47:22 +0000 (18:47 +0000)]
* valops.c (search_struct_field):  Also allow "else" as a variant name,

28 years agocheck powerpc-*-pe* as well as powerpc-*-winnt*
Ian Lance Taylor [Wed, 27 Sep 1995 17:39:16 +0000 (17:39 +0000)]
check powerpc-*-pe* as well as powerpc-*-winnt*

28 years ago * eval.c (evaluate_struct_tuple): New function. Used to evaluate
Per Bothner [Wed, 27 Sep 1995 17:24:45 +0000 (17:24 +0000)]
* eval.c (evaluate_struct_tuple):  New function.  Used to evaluate
structure tuples.  Now also handles Chill variant records.
(get_label):  New function, used by evaluate_struct_tuple.
(evaluate_subexp_standard case OP_ARRAY):  Use evaluate_struct_tuple.
(evaluate_labeled_field_init):  Removed.
* valops.c (search_struct_field):  Generalize to work with Chill
variant records.

28 years ago * configure.in: No need to check whether ${cpu_type} is powerpc;
Ian Lance Taylor [Wed, 27 Sep 1995 16:56:23 +0000 (16:56 +0000)]
* configure.in: No need to check whether ${cpu_type} is powerpc;
it never will be.
* configure: Rebuild.

28 years agoDetails of more fixes to earlier fixes
Kim Knuttila [Wed, 27 Sep 1995 16:33:05 +0000 (16:33 +0000)]
Details of more fixes to earlier fixes

28 years ago * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,
Ian Lance Taylor [Wed, 27 Sep 1995 16:24:58 +0000 (16:24 +0000)]
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,
since they are not yet supported.

28 years agoRemoved an extraneous PPC definition
Kim Knuttila [Wed, 27 Sep 1995 16:23:12 +0000 (16:23 +0000)]
Removed an extraneous PPC definition

28 years agoAdded back some missing code @ diff tc-ppc.c
Kim Knuttila [Wed, 27 Sep 1995 16:03:36 +0000 (16:03 +0000)]
Added back some missing code @ diff tc-ppc.c

28 years agoUndo md_apply_fix3 changes
Michael Meissner [Wed, 27 Sep 1995 15:37:54 +0000 (15:37 +0000)]
Undo md_apply_fix3 changes

28 years agoRemoved inactive bfd entries
Kim Knuttila [Wed, 27 Sep 1995 15:10:28 +0000 (15:10 +0000)]
Removed inactive bfd entries

28 years agoInitial asm support for ppc/PE
Kim Knuttila [Wed, 27 Sep 1995 14:52:16 +0000 (14:52 +0000)]
Initial asm support for ppc/PE

28 years agoConfigure support for ppc/PE
Kim Knuttila [Wed, 27 Sep 1995 14:49:37 +0000 (14:49 +0000)]
Configure support for ppc/PE

28 years agoAdded assembler support for ppc/PE environments
Kim Knuttila [Wed, 27 Sep 1995 14:48:45 +0000 (14:48 +0000)]
Added assembler support for ppc/PE environments

28 years agoAdded TE_PE target environment support
Kim Knuttila [Wed, 27 Sep 1995 14:47:41 +0000 (14:47 +0000)]
Added TE_PE target environment support

28 years ago * targets.c (bfd_find_target): Remove debugging code.
Ian Lance Taylor [Wed, 27 Sep 1995 14:38:03 +0000 (14:38 +0000)]
* targets.c (bfd_find_target): Remove debugging code.

28 years agoadd new coff-ppc files
Ian Lance Taylor [Wed, 27 Sep 1995 14:29:22 +0000 (14:29 +0000)]
add new coff-ppc files

28 years agoadd powerpc.h
Ian Lance Taylor [Wed, 27 Sep 1995 14:24:33 +0000 (14:24 +0000)]
add powerpc.h

28 years agoPPC bfd support
Kim Knuttila [Wed, 27 Sep 1995 11:40:15 +0000 (11:40 +0000)]
PPC bfd support

28 years agoPPC magic and peicode.h
Kim Knuttila [Wed, 27 Sep 1995 11:37:49 +0000 (11:37 +0000)]
PPC magic and peicode.h

28 years agoConfigury for new ppc bfd
Kim Knuttila [Wed, 27 Sep 1995 11:36:47 +0000 (11:36 +0000)]
Configury for new ppc bfd

28 years agoFirst round BFD for PE/PowerPC
Kim Knuttila [Wed, 27 Sep 1995 11:34:10 +0000 (11:34 +0000)]
First round BFD for PE/PowerPC

28 years agoPowerpc and Pe support.
Kim Knuttila [Wed, 27 Sep 1995 11:06:00 +0000 (11:06 +0000)]
Powerpc and Pe support.

28 years agobasic coff for powerpc/PE
Kim Knuttila [Wed, 27 Sep 1995 11:03:15 +0000 (11:03 +0000)]
basic coff for powerpc/PE

28 years agompw-make.in is out, mpw-make.sed is in.
Stan Shebs [Wed, 27 Sep 1995 02:05:39 +0000 (02:05 +0000)]
mpw-make.in is out, mpw-make.sed is in.

28 years ago * mpw-config.in: Add m68k-opc.c.o to BFD_MACHINES for m68k,
Stan Shebs [Wed, 27 Sep 1995 01:53:07 +0000 (01:53 +0000)]
* mpw-config.in: Add m68k-opc.c.o to BFD_MACHINES for m68k,
no longer create sysdep.h, sed ppc-opc.c to work around a
serious Metrowerks C bug.
* mpw-make.in: Remove.
* mpw-make.sed: New file, used by mpw-configure to edit
Makefile.in into an MPW makefile.

28 years ago Add PowerMac support and many other enhancements.
Stan Shebs [Tue, 26 Sep 1995 21:51:30 +0000 (21:51 +0000)]
Add PowerMac support and many other enhancements.
* mpw-configure: New option --cc to select compiler to use,
paste options set according to --cc into the generated
Makefile, generate the Makefile by sed'ing the Unix Makefile.in
if mpw-make.sed is present.
* mpw-config.in: Don't test for gC1, test for mpw-touch,
add forward includes for PowerPC include files.
* mpw-build.in: Build using Makefile.PPC if present.
(do-byacc, etc): Remove separate version resource builds.
(do-gas): Build "stamps" before "all".
(do-gcc): Build "stamps-h" and "stamps-c" before "all".
* mpw-README: Update to reflect --cc option, PowerMac support,
and recently-reported compatibility problems.

28 years agoSupport all of the V.4 relocations
Michael Meissner [Tue, 26 Sep 1995 19:17:10 +0000 (19:17 +0000)]
Support all of the V.4 relocations

28 years ago * bfd.c (bfd_assert): Remove \n from string passed to
Ian Lance Taylor [Tue, 26 Sep 1995 18:45:16 +0000 (18:45 +0000)]
* bfd.c (bfd_assert): Remove \n from string passed to
        _bfd_error_handler.

28 years agoFlesh out branch prediction support.
Michael Meissner [Tue, 26 Sep 1995 18:26:32 +0000 (18:26 +0000)]
Flesh out branch prediction support.

28 years ago * scripttempl/i386coff.sc: Remove .data2; no longer needed.
Ian Lance Taylor [Tue, 26 Sep 1995 18:01:34 +0000 (18:01 +0000)]
* scripttempl/i386coff.sc: Remove .data2; no longer needed.

28 years ago * coff-i386.c: (TWO_DATA_SECS): Don't define.
Ian Lance Taylor [Tue, 26 Sep 1995 17:58:38 +0000 (17:58 +0000)]
* coff-i386.c: (TWO_DATA_SECS): Don't define.
* coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
(bfd_coff_make_section_hook): Don't define.
(coff_make_section_hook): Remove.
(sec_to_styp_flags): Remove TWO_DATA_SECS case.
(styp_to_sec_flags): Likewise.
(coff_write_object_contents): Likewise.
(bfd_coff_std_swap_table): Don't initialize make_section_hook
field.
* libcoff.h: Rebuild.
* coffgen.c (make_a_section_from_file): Just call
bfd_make_section_anyway, not bfd_make_section or
bfd_coff_make_section_hook.
* ecoff.c (_bfd_ecoff_make_section_hook): Remove.
* libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
* coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
make_section_hook field.
* coff-mips.c (mips_ecoff_backend_data): Likewise.

28 years ago * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
Ian Lance Taylor [Tue, 26 Sep 1995 16:56:28 +0000 (16:56 +0000)]
* aoutx.h (translate_from_native_sym_flags): Don't try to stuff
pointers into value field for warning and indirect symbols; just
leave the value field alone.
* linker.c (generic_link_add_symbol_list): Use next symbol for
warning and indirect symbols, rather than looking in symbol value.
* ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
parameter.  Change all callers.  Remove support for indirect
symbols; it didn't work anyhow.
(_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
* syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
* bfd-in2.h: Rebuild.

28 years ago * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
Ian Lance Taylor [Mon, 25 Sep 1995 21:31:29 +0000 (21:31 +0000)]
* aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
rather than a direct fprintf.
* archive.c (_bfd_write_archive_contents): Likewise.
* coffcode.h (coff_slurp_symbol_table): Likewise.
* elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
(ppc_elf_unsupported_reloc): Likewise.
(ppc_elf_relocate_section): Likewise.
* i386linux.c (linux_tally_symbols): Likewise.
(linux_finish_dynamic_link): Likewise.
* osf-core.c (osf_core_core_file_p): Likewise.
* rs6000-core.c (rs6000coff_get_section_contents): Likewise.
* som.c (som_sizeof_headers): Likewise.
* srec.c (srec_bad_byte): Likewise.
* bfd.c (bfd_assert): Likewise.  Also change file to be const.
* libbfd-in.h (bfd_assert): Declare first parameter const.
* libbfd.h: Rebuild.
* coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
bfd_reloc_overflow is enough.
* coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
* coff-h8500.c (rtype2howto): Likewise.
* coff-z8k.c (rtype2howto): Likewise.
* coffcode.h (dummy_reloc16_extra_cases): Likewise.
* elf.c (_bfd_elf_get_lineno): Likewise.
(_bfd_elf_no_info_to_howto): Likewise.
(_bfd_elf_no_info_to_howto_rel): Likewise.
* hp300hpux.c (convert_sym_type): Likewise.
(MY(swap_std_reloc_in)): Likewise.
* elf.c (bfd_section_from_shdr): Remove #if 0 sections.

28 years ago * libaout.h (struct aoutdata): Add line_buf field.
Ian Lance Taylor [Mon, 25 Sep 1995 20:55:50 +0000 (20:55 +0000)]
* libaout.h (struct aoutdata): Add line_buf field.
* aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
and filename_buffer.  Instead, use a malloc buffer stored in the
new line_buf field.  Remove length restrictions.

28 years ago * coffgen.c (string_size): Remove static variable.
Ian Lance Taylor [Mon, 25 Sep 1995 20:25:12 +0000 (20:25 +0000)]
* coffgen.c (string_size): Remove static variable.
(debug_string_size, debug_string_section): Likewise.
(coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
and debug_string_size_p parameters.  Use them instead of the
global variables.  Change all callers.
(coff_write_symbol): Likewise.
(coff_write_alien_symbol, coff_write_native_symbol): Likewise.
(coff_write_symbols): Add local variables to replace removed
global variables.

28 years agoBetter reloc support
Michael Meissner [Mon, 25 Sep 1995 20:15:13 +0000 (20:15 +0000)]
Better reloc support

28 years agoFix previous change
Michael Meissner [Mon, 25 Sep 1995 20:07:26 +0000 (20:07 +0000)]
Fix previous change

28 years ago * libcoff-in.h (struct coff_section_tdata): Add offset, i,
Ian Lance Taylor [Mon, 25 Sep 1995 20:03:11 +0000 (20:03 +0000)]
* libcoff-in.h (struct coff_section_tdata): Add offset, i,
function, and line_base fields.
* libcoff.h: Rebuild.
* coffgen.c (coff_find_nearest_line): Use section tdata to cache
information, rather than using static variables.

28 years ago * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
Ian Lance Taylor [Mon, 25 Sep 1995 16:45:16 +0000 (16:45 +0000)]
* sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
file.  From Peter DeWolf <pld@amt.tay1.dec.com>.

28 years ago * gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants
Ian Lance Taylor [Mon, 25 Sep 1995 16:32:51 +0000 (16:32 +0000)]
* gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants
test.

28 years ago * config/tc-arm.c (md_atof): Output little endian constants in
Ian Lance Taylor [Mon, 25 Sep 1995 16:29:30 +0000 (16:29 +0000)]
* config/tc-arm.c (md_atof): Output little endian constants in
little endian mode.

28 years ago * configure.in: Call AC_HEADER_SYS_WAIT.
Ian Lance Taylor [Mon, 25 Sep 1995 16:22:43 +0000 (16:22 +0000)]
* configure.in: Call AC_HEADER_SYS_WAIT.
* configure: Rebuild.
* config.in: Rebuild.
* dlltool.c: Include "libiberty.h" and "bucomm.h".  Don't include
<stdio.h>, <stdlib.h>, or <string.h>.  Don't include <wait.h>.
Include <sys/types.h>.  Use HAVE_SYS_WAIT_H to control whether to
include <sys/wait.h> or define the wait macros by hand.  Don't
declare xmalloc.
(gen_lib_file): Don't assume that sprintf returns the number of
characters; use strlen instead.

28 years ago * init.c (initialized): Remove static variable.
Ian Lance Taylor [Mon, 25 Sep 1995 15:50:25 +0000 (15:50 +0000)]
* init.c (initialized): Remove static variable.
(bfd_init): Don't bother setting initialized.
(bfd_check_init): Remove.
* opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
* libbfd.h: Rebuild.

28 years ago * configure.in: Fix typo: fmt-elf to fmt=elf.
Ian Lance Taylor [Mon, 25 Sep 1995 04:26:30 +0000 (04:26 +0000)]
* configure.in: Fix typo: fmt-elf to fmt=elf.

28 years ago * rs6000-tdep.c (push_dummy_frame): Handle lr_offset of zero
Peter Schauer [Sat, 23 Sep 1995 13:30:04 +0000 (13:30 +0000)]
* rs6000-tdep.c (push_dummy_frame):  Handle lr_offset of zero
correctly.

28 years ago * mdebugread.c (parse_partial_symbols): Reset includes_used
Peter Schauer [Sat, 23 Sep 1995 11:09:52 +0000 (11:09 +0000)]
* mdebugread.c (parse_partial_symbols):  Reset includes_used
and dependencies_used after finishing the partial symbol table.

* rs6000-nat.c (xcoff_relocate_core):  Don't relocate data
addresses for the main objfile if DONT_RELOCATE_SYMFILE_OBJFILE
is defined.
* xcoffread.c:  gcc -Wall lint. Remove traceback table reading
code. The existing code tried to add parameter information for
functions compiled without -g, which cannot be done properly
for optimized code and produced misleading parameter displays.
(ef_complaint, eb_complaint):  Make a local static copy to avoid
dependency on coffread.c.
(read_xcoff_symtab, process_xcoff_symbol, scan_xcoff_symtab):
Enter C_EXT/C_HIDEXT symbols into the minimal symbol table only.
(read_xcoff_symtab):  Ignore C_STAT section auxiliary entry
symbols. Complain about unmatched .ef and .eb symbols instead of
segfaulting.
(process_xcoff_symbol):  Determine value of C_GSYM symbols via
the global_sym_chain mechanism in stabsread.c.
(xcoff_new_init):  Call stabsread_new_init and buildsym_new_init.
(init_string_tab):  Initialize length field bytes in the strtbl.
(scan_xcoff_symtab):  Skip symbols that start with `$' or `.$'.
Set first_fun_line_offset for symbols with two auxents only.

28 years ago * rs6000-core.c (rs6000coff_core_p): Don't check the core file
Peter Schauer [Sat, 23 Sep 1995 11:04:45 +0000 (11:04 +0000)]
* rs6000-core.c (rs6000coff_core_p):  Don't check the core file
size for full core dumps. Copy core file header to private data.
(rs6000coff_core_file_failing_command,
rs6000coff_core_file_failing_signal):  New functions to extract
the file name and terminating signal from the core file.
* coff-rs6000.c:  Use them.

28 years ago * ldfile.c (ldfile_set_output_arch): Make arch const.
Ian Lance Taylor [Fri, 22 Sep 1995 22:09:43 +0000 (22:09 +0000)]
* ldfile.c (ldfile_set_output_arch): Make arch const.

28 years ago Change arch info to be const, initialized at compile time.
Ian Lance Taylor [Fri, 22 Sep 1995 22:06:51 +0000 (22:06 +0000)]
Change arch info to be const, initialized at compile time.
* archures.c: Reindent many functions.  Change CONST to const.
(bfd_arch_info_type): Make arch_name const.  Remove disassemble;
nothing set it anyhow.  Make next const.
(bfd_arch_info_list): Remove.
(bfd_archures_list): Rename from archures_init_table.  Change from
a table of function pointers to a table of bfd_arch_info_type
structure addresses.
(bfd_scan_arch): Rewrite accordingly.  Return a const pointer.
(bfd_lookup_arch): Likewise.
(bfd_set_arch_info): Rewrite accordingly.  Change argument to be a
const pointer.
(bfd_default_arch_struct): Make const.
(bfd_arch_init, bfd_arch_linkin): Remove.
(bfd_get_arch_info): Return a const pointer.
* init.c (bfd_init): Don't call bfd_arch_init.
* bfd.c (struct _bfd): Make arch_info const.
* bfd-in2.h: Rebuild.
* libbfd.h: Rebuild.
* configure.in: Put & before everything in $selarchs.
* configure: Rebuild.
* cpu-*.c: Change bfd_*_arch from a function which calls
bfd_arch_linkin to a const structure.
* ieee.c (ieee_object_p): Make arch const.

28 years ago * objdump.c (disassemble_data): Don't use the old BFD based
Ian Lance Taylor [Fri, 22 Sep 1995 21:19:38 +0000 (21:19 +0000)]
* objdump.c (disassemble_data): Don't use the old BFD based
disassembler interface.  Make info a const pointer.

28 years agostart at handling branch taken/branch not taken hints.
Michael Meissner [Fri, 22 Sep 1995 20:42:38 +0000 (20:42 +0000)]
start at handling branch taken/branch not taken hints.

28 years agoStart work to all full PowerPC V.4 reloc support.
Michael Meissner [Fri, 22 Sep 1995 20:30:18 +0000 (20:30 +0000)]
Start work to all full PowerPC V.4 reloc support.

28 years ago * cfg-ml-com.in (m68*-*-*): Only build multilibs for
David Edelsohn [Fri, 22 Sep 1995 19:21:08 +0000 (19:21 +0000)]
* cfg-ml-com.in (m68*-*-*): Only build multilibs for
embedded m68k systems (-aout, -coff, -elf, -vxworks).
(--with-multilib-top): Pass to recursive invocations.

28 years agominor cleanup
Michael Meissner [Fri, 22 Sep 1995 02:37:04 +0000 (02:37 +0000)]
minor cleanup

28 years agominor cleanup
Michael Meissner [Fri, 22 Sep 1995 02:33:41 +0000 (02:33 +0000)]
minor cleanup

28 years agoAdd support -mrelocatable-lib
Michael Meissner [Fri, 22 Sep 1995 02:30:57 +0000 (02:30 +0000)]
Add support -mrelocatable-lib

28 years agodo not set EF_PPC_RELOCATABLE for -mrelocatable-lib
Michael Meissner [Fri, 22 Sep 1995 01:19:53 +0000 (01:19 +0000)]
do not set EF_PPC_RELOCATABLE for -mrelocatable-lib

28 years agoDefault stack creation; fixup last change.
Michael Meissner [Thu, 21 Sep 1995 22:50:23 +0000 (22:50 +0000)]
Default stack creation; fixup last change.

28 years agoenhance OEA behavior.
Michael Meissner [Thu, 21 Sep 1995 22:23:56 +0000 (22:23 +0000)]
enhance OEA behavior.

28 years agoLocate __bss_start at the real start of bss.
Michael Meissner [Thu, 21 Sep 1995 21:57:32 +0000 (21:57 +0000)]
Locate __bss_start at the real start of bss.

28 years ago * subsegs.c (subseg_set): Permit SEG_ABSOLUTE in know expression.
Ian Lance Taylor [Thu, 21 Sep 1995 20:42:11 +0000 (20:42 +0000)]
* subsegs.c (subseg_set): Permit SEG_ABSOLUTE in know expression.
* expr.c (expr): Account for new operatorT values in know
expression.

* write.c (fixup_segment): Clear fixp->fx_subsy if the relocation
is fully resolved.

28 years agoadd -mrelocatable-lib, -memb support
Michael Meissner [Thu, 21 Sep 1995 20:23:15 +0000 (20:23 +0000)]
add -mrelocatable-lib, -memb support

28 years ago * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
Jeff Law [Thu, 21 Sep 1995 07:30:50 +0000 (07:30 +0000)]
    * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
        * gdb.disasm/sh3.exp (fmac): Corresponding changes.

28 years ago * gas/sh/fp.s (fmac): Update for new assembly syntax.
Jeff Law [Thu, 21 Sep 1995 07:28:42 +0000 (07:28 +0000)]
    * gas/sh/fp.s (fmac): Update for new assembly syntax.

28 years ago * op50-rom.c (op50n_cmds): Send ".\r" after the interrupt
Jeff Law [Thu, 21 Sep 1995 03:11:16 +0000 (03:11 +0000)]
    * op50-rom.c (op50n_cmds): Send ".\r" after the interrupt
        character.

28 years ago * coffcode.h (coff_write_object_contents): Clear the vstamp field
Ian Lance Taylor [Wed, 20 Sep 1995 23:09:09 +0000 (23:09 +0000)]
* coffcode.h (coff_write_object_contents): Clear the vstamp field
in the a.out header.

28 years agoadd maintainer-clean Makefile targets
Ian Lance Taylor [Wed, 20 Sep 1995 17:38:13 +0000 (17:38 +0000)]
add maintainer-clean Makefile targets

28 years agoadd maintainer-clean Makefile targets
Ian Lance Taylor [Wed, 20 Sep 1995 17:24:12 +0000 (17:24 +0000)]
add maintainer-clean Makefile targets

28 years ago * Makefile.in (maintainer-clean): New target, synonym for
Ian Lance Taylor [Wed, 20 Sep 1995 17:21:54 +0000 (17:21 +0000)]
* Makefile.in (maintainer-clean): New target, synonym for
realclean.

28 years ago * Makefile.in (maintainer-clean): New synonym for realclean.
Ian Lance Taylor [Wed, 20 Sep 1995 16:58:57 +0000 (16:58 +0000)]
* Makefile.in (maintainer-clean): New synonym for realclean.

28 years agoWed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Wed, 20 Sep 1995 16:57:36 +0000 (16:57 +0000)]
Wed Sep 20 08:16:03 1995  steve chamberlain  <sac@slash.cygnus.com>

* defs.h (xmalloc, xrealloc): Delete, they're declared in libiberty.h.
(GETENV_PROVIDED, FCLOSE_PROVIDED): New.
* doc/gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
* remote-sim.[ch] (sim_callback_write_stdout): New.

28 years ago * run.c (sim_callback_write_stdout): New.
Steve Chamberlain [Wed, 20 Sep 1995 16:52:52 +0000 (16:52 +0000)]
* run.c (sim_callback_write_stdout):  New.
* interp.c (trap): Call sim_callback_write_stdout when needed.

28 years ago * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
Ian Lance Taylor [Wed, 20 Sep 1995 16:10:18 +0000 (16:10 +0000)]
* aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
a reloc against a local symbol, even if it's not a section.

28 years agoWed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Wed, 20 Sep 1995 15:37:50 +0000 (15:37 +0000)]
Wed Sep 20 08:16:03 1995  steve chamberlain  <sac@slash.cygnus.com>

* defs.h (xmalloc, xrealloc): Delete, they're declared in libiberty.h.
(GETENV_PROVIDED, FCLOSE_PROVIDED): New.
* doc/gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
* remote-sim.[ch] (sim_callback_write_stdout): New.

28 years agoWed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Wed, 20 Sep 1995 15:32:41 +0000 (15:32 +0000)]
Wed Sep 20 08:16:03 1995  steve chamberlain  <sac@slash.cygnus.com>

* defs.h (xmalloc, xrealloc): Delete, they're declared in libiberty.h.
(GETENV_PROVIDED, FCLOSE_PROVIDED): New.
* doc/gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
* remote-sim.[ch] (gdbsim_write_stdout): New.

28 years ago * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits.
Per Bothner [Tue, 19 Sep 1995 22:39:04 +0000 (22:39 +0000)]
* gdbtypes.c (create_set_type):  Set TYPE_LENGTH in bytes, not bits.
* valops.c (value_bitstring):  TYPE_LENGTH is bytes, not bits.

* gdbtypes.c (force_to_range_type):  Calculate upper limit of
TYPE_CODE_CHAR depending on TYPE_LENGTH (instead of just using 255).

28 years ago * targets.c (bfd_target): Remove unused align_power_min field.
Ian Lance Taylor [Tue, 19 Sep 1995 21:11:46 +0000 (21:11 +0000)]
* targets.c (bfd_target): Remove unused align_power_min field.
* bfd-in2.h: Rebuild.
* All backends: Remove initialization of align_power_min.

28 years agoTue Sep 19 14:02:21 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Tue, 19 Sep 1995 21:04:02 +0000 (21:04 +0000)]
Tue Sep 19 14:02:21 1995  steve chamberlain  <sac@slash.cygnus.com>

* peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
(pr 8045)

28 years ago* configure.in (noconfigdirs): Disable libg++ and libstdc++ on
J.T. Conklin [Tue, 19 Sep 1995 20:52:44 +0000 (20:52 +0000)]
* configure.in (noconfigdirs): Disable libg++ and libstdc++ on
v810-*-*.

28 years ago* configure.in (noconfigdirs): Disable libg++ and libstdc++ on v810-*-*.
J.T. Conklin [Tue, 19 Sep 1995 20:51:48 +0000 (20:51 +0000)]
* configure.in (noconfigdirs): Disable libg++ and libstdc++ on v810-*-*.

28 years ago * config/tc-m68k.c (m68k_ip): Reject immediate operands for '%'.
Ian Lance Taylor [Tue, 19 Sep 1995 19:50:59 +0000 (19:50 +0000)]
* config/tc-m68k.c (m68k_ip): Reject immediate operands for '%'.