aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-12-22correctly name fileMichael Meissner1-0/+0
1995-12-22Add DG/UX x86 hostMichael Meissner5-108/+135
1995-12-22 * remote-array.c (array_wait): Poll the keyboard along with theRob Savoye2-8/+58
serial port so users can tpye at the target while their application is running.
1995-12-21Add PentiumPro supportMichael Meissner1-0/+4
1995-12-21Add ppcbug-rom.o, srec.o dependenciesMichael Meissner1-0/+2
1995-12-21Add ifndef wrappersMichael Meissner2-3/+27
1995-12-21Make @got be real GOT reloc; make @xgot be old TOC16 relocMichael Meissner1-0/+6
1995-12-21Work in progress to add real GOT supportMichael Meissner2-509/+1479
1995-12-21Make ppcbug workMichael Meissner3-76/+117
1995-12-21 * defs.h: Delete extraneous whitespace at end of file.Fred Fish13-63/+154
* symfile.h: Move #include of demangle.h outside conditional. * objfiles.h (struct objstats, OBJSTAT, OBJSTATS): New struct and macros to hold per-objfile statistics for internal instrumentation. (struct objfile): Add OBJSTATS member, which is optional. * buildsym.h (next_symbol_text_func): Now takes objfile argument. Also update copyright to 1995. * dbxread.c (dbx_next_symbol_text): Now takes objfile argument. (dbx_symfile_init, coffstab_build_psymtabs, elfstab_build_psymtabs, stabsect_build_psymtabs): Accumulate string table size. (dbx_next_symbol_text, read_dbx_symtab, read_ofile_symtab): Accumulate number of stabs symbols read. * dwarfread.c (new_symbol, symthesize_typedef): Accumulate number of full symbols created. * gdbtypes.c (alloc_type): Accumulate number of types. * maint.c (maintenance_print_statistics): New function. * mdebugread.c (mdebug_next_symbol_text): Now takes objfile argument. * minsyms.c (prim_record_minimal_symbol_and_info): Accumulate number of minimal symbols read. * os9kread.c (read_os9k_psymtab): next_symbol_text takes objfile arg. * partial-stab.h: next_symbol_text takes objfile arg. * stabsread.c (error_type, STABS_CONTINUE): Now takes objfile arg and uses it to call next_symbol_text. * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list): Accumulate number of partial symbols created. * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Accumulate number of partial symbols created. * symmisc.c (print_objfile_statistics): Print the per-objfile internal instrumentation statistics gathered. * xcoffread.c (xcoff_next_symbol_text): Now takes objfile argument.
1995-12-21 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no orBrendan Kehoe2-27/+40
--with-gnu-ld=no. Don't build/configure gas or ld if we said we don't want them.
1995-12-21* elf.c (copy_private_bfd_data): When attaching sections to segments ignoreKen Raeburn2-1/+9
sections that won't be allocated. Patch from Andreas Schwab.
1995-12-20Add switches to control AIX multlibsMichael Meissner2-151/+58
1995-12-20 * config/tc-mips.c (load_address): Correctly handle a constant inIan Lance Taylor1-0/+5
SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
1995-12-20configure m68k-cbm non-sysv4 correctlyKen Raeburn1-0/+5
1995-12-19 * ld-srec/srec.exp: Add setup_xfails for XCOFF targets.Ian Lance Taylor2-5/+26
1995-12-19 * emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only setIan Lance Taylor2-4/+36
relocateable before calling ldctor_build_sets if the output file is in an XCOFF format.
1995-12-19 * coff-i960.c (CALC_ADDEND): Define.Ian Lance Taylor1-0/+11
(coff_i960_relocate_section): Add the input section VMA to the addend for PC relative relocs. PR 8697.
1995-12-1912/19 release from Andrew that fixes Netbsd break problemMichael Meissner2-110/+264
1995-12-19 * configure.in (i386-win32): Don't build expect if we're notJason Molenda1-1/+1
building the tcl subdir.
1995-12-18 * Makefile.in: (configure-target-examples, all-target-examples):Stan Shebs1-0/+5
New targets, configure and build example programs.
1995-12-16Work with new and old BFDs; Do not inline model externs functions by defaultMichael Meissner1-0/+11
1995-12-16 * mpw-configure: If an mpw-config.in generated a file mk.sed,Stan Shebs1-0/+6
use it as input to sedit the generated MPW makefile. * mpw-README: Add a suggestion about Gestalt.h.
1995-12-15* config/tc-sh.c (parse_reg): Recognize SH3 registers.J.T. Conklin1-0/+6
(get_specific): Handle A_SSR, A_SPC and A_REG_B. (build_Mbytes): Handle REG_B.
1995-12-15 * disassemble.c (disassembler): Use new bfd_big_endian macro.Ian Lance Taylor1-0/+4
1995-12-15 * ld-srec/srec.exp: Remove i960 COFF setup_xfail.Ian Lance Taylor2-7/+4
1995-12-15 * ldwrite.c (build_link_order): When handling a data statement, ifIan Lance Taylor1-0/+6
the endianness of the output file is unknown, use the endianness of the input file.
1995-12-15 * run.c (main): Use new bfd_big_endian macro.Ian Lance Taylor1-1/+1
1995-12-15 * targets.c (enum bfd_endian): Define.Ian Lance Taylor2-2/+15
(bfd_target): Rename byteorder_big_p to byteorder, and change it from boolean to enum bfd_endian. Change header_byteorder_big_p correspondingly. * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros. (bfd_header_big_endian, bfd_header_little_endian): New macros. * bfd-in2.h: Rebuild. * All targets: Change initialization of byteorder and header_byteorder to use enum bfd_endian values rather than booleans. * All files: Change all references to byteorder_big_p and header_byteorder_big_p to use new bfd_*_endian macros.
1995-12-15 * top.c (set_endian_from_file): Use new bfd_big_endian macro.Ian Lance Taylor1-3/+3
1995-12-15 * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.Ian Lance Taylor1-0/+4
1995-12-15Fix warnings when using full inlining.Michael Meissner2-14/+8
1995-12-15 * mpw-make.sed: Add quotes to RIncludes reference.Raymond Jou2-1/+6
1995-12-15 * remote-array.c: Remove bogus setting of baudrate to 4800. TheirRob Savoye2-2/+5
hardware has real UARTS now.
1995-12-15Changes from AndrewMichael Meissner28-3891/+5035
1995-12-15* mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.Raymond Jou2-0/+7
1995-12-15 * coffgen.c (make_a_section_from_file): Set lma to s_paddr, notIan Lance Taylor3-2/+10
s_vaddr. * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not vma. * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
1995-12-15 * dlltool.c (fill_ordinals): Start from 1 if no other instructionsSteve Chamberlain1-0/+5
given.
1995-12-15 * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.Steve Chamberlain1-0/+4
1995-12-14Delete jaguar. Delete psion sanitization.David Edelsohn2-68/+0
1995-12-14 * ieee.c: Lots of minor cleanups. Make many functions returnIan Lance Taylor2-321/+467
errors rather than calling abort. Also: (ieee_write_twobyte): Remove; change callers to call existing ieee_write_2bytes function. (ieee_write_expression): Don't output the section twice when outputting a local symbol. Don't emit an extraneous zero if there is only one term. (ieee_slurp_sections): Set the lma as well as the vma. (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
1995-12-14 * config/obj-coff.c (write_object_file): Set the s_align field toIan Lance Taylor1-0/+5
the number of bytes, rather than to the power of 2. PR 8674, 8678.
1995-12-14 * ihex.c (ihex_set_arch_mach): Don't accept any architecture, justIan Lance Taylor2-3/+16
a recognized one or bfd_arch_unknown. (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy to succeed. (ihex_get_symtab): Likewise.
1995-12-13 * config.sub: Accept *-*-ieee*.Ian Lance Taylor2-18/+28
1995-12-13 * aoutx.h: Include <ctype.h>.Ian Lance Taylor2-0/+213
(struct aout_link_includes_table): Define. (struct aout_link_includes_totals): Define. (struct aout_link_includes_entry): Define. (aout_link_includes_lookup): Define macro. (struct aout_final_link_info): Add includes field. (aout_link_includes_newfunc): New static function. (NAME(aout,final_link)): Initialize includes hash table. (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
1995-12-13 * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.Stan Shebs2-1/+9
1995-12-13 * stabs.texinfo (Include Files): Document the values the SunOS4Ian Lance Taylor2-6/+17
linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
1995-12-13Protected debugging code. (duh)Kim Knuttila2-3/+10
1995-12-13Fixes for .relocKim Knuttila1-0/+8
1995-12-12Fixes for .relocKim Knuttila3-5/+114