aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1994-11-17* reloc.c (bfd_reloc_code_type): Add new value BFD_RELOC_12_PCREL.Ken Raeburn4-29/+61
* bfd-in2.h, libbfd.h: Rebuilt.
1994-11-17 * bfd/elf32-hppa.c (elf32_hppa_bfd_final_link_relocated): Use theJeff Law2-28/+40
vma from the output_section containing $global$ when computing global_vlaue.
1994-11-17 * objcopy.c (main): Fix is_strip test. FromIan Lance Taylor2-53/+142
pirker@eiunix.tuwien.ac.at (Martin Pirker).
1994-11-17 Patches from pirker@eiunix.tuwien.ac.at (Martin Pirker).Ian Lance Taylor3-0/+10
* config/i386linux.mh: New file; set HOSTING_CRT0. * genscripts.sh: Don't put ${libdir} in LIB_PATH if it is /usr/lib, since that is already in LIB_PATH.
1994-11-17 * archive.c (_bfd_write_archive_contents): Round up the archiveIan Lance Taylor1-0/+5
header size of the extended name table to an even number.
1994-11-17 * README: Add warning about termcap in Ultrix and OSF/1.Stan Shebs1-0/+4
1994-11-17 * Makefile.in: Fix the test for installing gdbtk.Rob Savoye1-0/+2
1994-11-16 * scripttempl/hppaelf.sc (.text): Handle a use rdefined text startJeff Law1-0/+5
address. (.data, .bss): If "-N", then place the data/bss just after the end of the .text section rather than at the default 0x40000000.
1994-11-16 * hppa-tdep.c: Remove including sys/dir.h from a target file.Rob Savoye2-1/+4
1994-11-16* coff-sh.c: Deleted some code that was commented out or inside "#if 0".Ken Raeburn2-70/+13
(COFF_LONG_FILENAMES): Define. * cpu-sh.c (arch_info_struct): Convert name to lowercase, for consistency with other architectures.
1994-11-16fix swapped files; stop marking p2425a.s as xfailKen Raeburn2-0/+14
1994-11-16* config/powerpc/gdbserve.mt (TDEPFILES): Removed fake_aio.oJ.T. Conklin6-162/+22
* nlm/gdbserve.c: Include <nwtypes.h> before other NetWare headers. * nlm/alpha.c: Likewise. * nlm/ppc.c: Likewise. * nlm/ppc.c (strtol): Removed, it is provided by NetWare C Library. (StopBell): New function (stubbed out).
1994-11-16 * scripttempl/hppaelf.sc (.text): Place unwind descriptors in theJeff Law2-3/+15
text segment.
1994-11-16 * hppa-tdep.c (skip_trampoline_code): Handle shared library importJeff Law2-0/+44
trampolines.
1994-11-16 * gas/hppa/unsorted/align4.s: New test.Jeff Law3-0/+8
* gas/hppa/unsorted/unsorted.exp: Run it.
1994-11-16 * config/tc-hppa.c (pa_subspace): Make sure to always resetJeff Law1-1/+9
current_subspace. (pa_text, pa_data): Likewise.
1994-11-16 * config/tc-hppa.c (pa_align): New function. Aligns the currentJeff Law2-125/+65
offset within the current subspace along with updating the alignment of the subspace itself. (pa_subspace): Default alignment to one byte rathern than zero bytes to avoid setting alignment to log2(0). (md_pseudo_table): Use pa_alignment for .align.
1994-11-16 * c-exp.y (yylex): Fix a bug in template scanning.Kung Hsu2-1/+10
1994-11-15 * i386-stub.c, m68k-stub.c, sparc-stub.c, sparcl-stub.c: Mask outStan Shebs3-10/+15
the top bit returned by getDebugChar.
1994-11-15messages.c (as_fatal): put space after "fatal error:"Ken Raeburn1-0/+5
1994-11-15added powerpc to Things-to-keepAngela Marie Thomas1-0/+1
1994-11-15added nlmstub.def to Things-to-keepAngela Marie Thomas1-0/+1
1994-11-15 * gas/config/tc-hppa.h (obj_frob_symbol): Delete ELF specificJeff Law4-3/+114
definition. (tc_frob_symbol): Make this condition on OBJ_SOM or OBJ_ELF. For ELF, subtract out the symbol->section->vma for non-common symbols. * gas/testsuite/gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match current expected ELF output. * gas/testsuite/gas/hppa/reloc/reloc.exp (do_plabel_relocation_test, do_r_no_reloc): Likewise.
1994-11-15keep riscix, pc532mach filesKen Raeburn3-0/+5
1994-11-15nuke "confidential" dirsKen Raeburn2-0/+4
1994-11-15 * op50-rom.c, w89k-rom.c, monitor.c: Modify to use two variablesRob Savoye6-19/+62
to set remote load type and protocol. * rom68k-rom.c: Add to_stop in target_ops.
1994-11-15Fixed keep_these_too/lose_these_too for mpw and hpreadAngela Marie Thomas1-4/+4
1994-11-14Removed remote-mon.c, and add it's replacement rom68k-rom.c.Rob Savoye1-1/+1
1994-11-14Add copyright message.Rob Savoye3-4/+64
1994-11-14 * Makefile.in: Install gdbtk.tcl.Stu Grossman4-2/+96
* configure.in: Add ENABLE_GDBTK flag. * gdbtk.c (gdb_sourcelines): Returns list of source lines containing code. (gdb_regnames): Returns list of register names.
1994-11-14Keep ld-shared.Ian Lance Taylor1-0/+1
1994-11-14Keep i386lynx.mh.Ian Lance Taylor1-0/+1
1994-11-14 * configure.in: Remove tk from native_only list.Stu Grossman1-1/+1
1994-11-13 * somsolib.c: Add TODO list.Jeff Law2-36/+295
(som_solib_add): Immediately return if $SHLIB_INFO$ sections does not exist or has size zero. Slightly simplify error handling. Keep an internal list of all the loaded shared libraries and various tidbits of information about the loaded shared libraries. Build section tables for each loaded shared library and add those tables to the core target if necessary. (som_solib_create_inferior_hook): Force re-reading of shared libraries at exec time. (som_sharedlibrary_info_command): New function for dumping information about the currently loaded shared libraries. (_initialize_som_solib): New function.
1994-11-13 * elfcode.h (elf_export_symbol): Also export symbols which areIan Lance Taylor2-1/+7
referenced by a regular file.
1994-11-12 * scripttempl/elf.sc: Add ENTRY(${ENTRY}), and default ${ENTRY} toIan Lance Taylor1-0/+5
_start.
1994-11-12 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): AddIan Lance Taylor2-39/+113
export_dynamic argument, and handle it. (elf_export_symbol): New function. * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration. (bfd_elf64_size_dynamic_sections): Update declaration. * bfd-in2.h: Rebuild.
1994-11-12 * ld.h (args_type): Add field export_dynamic.Ian Lance Taylor2-3/+223
* lexsup.c (parse_args): Recognize --export-dynamic. * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Pass export_dynamic argument to bfd_elf32_size_dynamic_sections.
1994-11-12 * Makefile.in (copying.o, f-exp.tab.o, dpx2-nat.o, dstread.o,Peter Schauer2-8/+52
i386aix-nat.o, i386m3-nat.o, irix5-nat.o, lynx-nat.o, m3-nat.o, mipsm3-nat.o, ns32km3-nat.o, remote-e7000.o, remote-os9k.o): Add dependencies. (copying.o, os9kread.o, remote.o): Update dependencies. * valarith.c (value_sub): When subtracting pointers, only check for a match of the pointed to element lengths. Cast element length to LONGEST to obtain a signed result for pointer subtractions.
1994-11-11 * build-all.mk: Add mips-ncd-elf target to sun4 targetsBill Cox2-2/+21
for special NCD build.
1994-11-11 * ch-exp.y (yylex): Fix off-by-one error when converting string toJeff Law2-1/+5
lowercase. Null terminate new string.
1994-11-11 * hppa-tdep.c (rp_saved): Handle IMPORT stubs too.Jeff Law3-0/+46
* somsolib.c (som_solib_add): Check the value of __dld_flags, if it indicates __dld_list is not valid return an error. If it indicates that libraries were not mapped privately, issue a warning.
1994-11-11 * hpux-core.c (hpux_core_struct): Delete handles for theJeff Law1-0/+11
data, reg and stack sections. They're never used. Delete accessor macros. (make_bfd_asection): Use bfd_make_section_anyway since debugging cores from dynamic executables may have several sections with the same logical name. (hpux_core_core_file_p): Don't save handles to data, reg and stack sections. Handle CORE_TEXT, CORE_MMF and CORE_SHM.
1994-11-11 * symfile.c (syms_from_objfile): Only call find_lowest_section ifJeff Law1-0/+5
no ".text" section exists.
1994-11-10 * rom68k-rom.c: New file. Replaces the old remote-mon.c and usesRob Savoye3-154/+492
the new generic ROM interface in monitor.c. * config/m68k/monitor.mt: Use new ROM support. * monitor.c: Add support for xmodem download protocol.
1994-11-10 * findvar.c (find_saved_register): Fix a frame variable name.Stan Shebs1-0/+5
* infcmd.c (finish_command): Ditto.
1994-11-09add delta68 configKen Raeburn3-0/+11
1994-11-09 * config/tc-ppc.c (ppc_bf): Always set coff_line_base.Ian Lance Taylor1-0/+6
PR 5830.
1994-11-09 * ldlang.c (lang_one_common): Set SEC_ALLOC in any section whereIan Lance Taylor2-0/+8
we allocate common symbols.
1994-11-08Tue Nov 8 17:50:43 1994 Eric Youngdale (eric@aib.com)Ian Lance Taylor2-10/+35
* scripttempl/elf.sc: Add .rel.init, .rela.init, .rel.fini, and .rela.fini to the list of .rel* sections.