Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-12-22 | correctly name file | Michael Meissner | 1 | -0/+0 | |
1995-12-22 | Add DG/UX x86 host | Michael Meissner | 5 | -108/+135 | |
1995-12-22 | * remote-array.c (array_wait): Poll the keyboard along with the | Rob Savoye | 2 | -8/+58 | |
serial port so users can tpye at the target while their application is running. | |||||
1995-12-21 | Add PentiumPro support | Michael Meissner | 1 | -0/+4 | |
1995-12-21 | Add ppcbug-rom.o, srec.o dependencies | Michael Meissner | 1 | -0/+2 | |
1995-12-21 | Add ifndef wrappers | Michael Meissner | 2 | -3/+27 | |
1995-12-21 | Make @got be real GOT reloc; make @xgot be old TOC16 reloc | Michael Meissner | 1 | -0/+6 | |
1995-12-21 | Work in progress to add real GOT support | Michael Meissner | 2 | -509/+1479 | |
1995-12-21 | Make ppcbug work | Michael Meissner | 3 | -76/+117 | |
1995-12-21 | * defs.h: Delete extraneous whitespace at end of file. | Fred Fish | 13 | -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 or | Brendan Kehoe | 2 | -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 ignore | Ken Raeburn | 2 | -1/+9 | |
sections that won't be allocated. Patch from Andreas Schwab. | |||||
1995-12-20 | Add switches to control AIX multlibs | Michael Meissner | 2 | -151/+58 | |
1995-12-20 | * config/tc-mips.c (load_address): Correctly handle a constant in | Ian Lance Taylor | 1 | -0/+5 | |
SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>. | |||||
1995-12-20 | configure m68k-cbm non-sysv4 correctly | Ken Raeburn | 1 | -0/+5 | |
1995-12-19 | * ld-srec/srec.exp: Add setup_xfails for XCOFF targets. | Ian Lance Taylor | 2 | -5/+26 | |
1995-12-19 | * emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only set | Ian Lance Taylor | 2 | -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 Taylor | 1 | -0/+11 | |
(coff_i960_relocate_section): Add the input section VMA to the addend for PC relative relocs. PR 8697. | |||||
1995-12-19 | 12/19 release from Andrew that fixes Netbsd break problem | Michael Meissner | 2 | -110/+264 | |
1995-12-19 | * configure.in (i386-win32): Don't build expect if we're not | Jason Molenda | 1 | -1/+1 | |
building the tcl subdir. | |||||
1995-12-18 | * Makefile.in: (configure-target-examples, all-target-examples): | Stan Shebs | 1 | -0/+5 | |
New targets, configure and build example programs. | |||||
1995-12-16 | Work with new and old BFDs; Do not inline model externs functions by default | Michael Meissner | 1 | -0/+11 | |
1995-12-16 | * mpw-configure: If an mpw-config.in generated a file mk.sed, | Stan Shebs | 1 | -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. Conklin | 1 | -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 Taylor | 1 | -0/+4 | |
1995-12-15 | * ld-srec/srec.exp: Remove i960 COFF setup_xfail. | Ian Lance Taylor | 2 | -7/+4 | |
1995-12-15 | * ldwrite.c (build_link_order): When handling a data statement, if | Ian Lance Taylor | 1 | -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 Taylor | 1 | -1/+1 | |
1995-12-15 | * targets.c (enum bfd_endian): Define. | Ian Lance Taylor | 2 | -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 Taylor | 1 | -3/+3 | |
1995-12-15 | * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro. | Ian Lance Taylor | 1 | -0/+4 | |
1995-12-15 | Fix warnings when using full inlining. | Michael Meissner | 2 | -14/+8 | |
1995-12-15 | * mpw-make.sed: Add quotes to RIncludes reference. | Raymond Jou | 2 | -1/+6 | |
1995-12-15 | * remote-array.c: Remove bogus setting of baudrate to 4800. Their | Rob Savoye | 2 | -2/+5 | |
hardware has real UARTS now. | |||||
1995-12-15 | Changes from Andrew | Michael Meissner | 28 | -3891/+5035 | |
1995-12-15 | * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS. | Raymond Jou | 2 | -0/+7 | |
1995-12-15 | * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not | Ian Lance Taylor | 3 | -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 instructions | Steve Chamberlain | 1 | -0/+5 | |
given. | |||||
1995-12-15 | * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'. | Steve Chamberlain | 1 | -0/+4 | |
1995-12-14 | Delete jaguar. Delete psion sanitization. | David Edelsohn | 2 | -68/+0 | |
1995-12-14 | * ieee.c: Lots of minor cleanups. Make many functions return | Ian Lance Taylor | 2 | -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 to | Ian Lance Taylor | 1 | -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, just | Ian Lance Taylor | 2 | -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 Taylor | 2 | -18/+28 | |
1995-12-13 | * aoutx.h: Include <ctype.h>. | Ian Lance Taylor | 2 | -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 Shebs | 2 | -1/+9 | |
1995-12-13 | * stabs.texinfo (Include Files): Document the values the SunOS4 | Ian Lance Taylor | 2 | -6/+17 | |
linker creates for N_BINCL/N_EINCL/N_EXCL stabs. | |||||
1995-12-13 | Protected debugging code. (duh) | Kim Knuttila | 2 | -3/+10 | |
1995-12-13 | Fixes for .reloc | Kim Knuttila | 1 | -0/+8 | |
1995-12-12 | Fixes for .reloc | Kim Knuttila | 3 | -5/+114 | |