aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-12-01handle sparccoff_vecKen Raeburn1-0/+1
1993-12-01declare sparccoff_vecKen Raeburn1-0/+1
1993-12-01handle sparc*-*-coff*Ken Raeburn1-0/+1
1993-12-01* configure.in: Group targets by CPU. Merge some m68k target entries withKen Raeburn2-8/+19
different CPU specs that use the same ld_target values. * configure.in: Add sparc*-*-coff. * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files. * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o. (em_coff_sparc.c): Add dependencies and build rules.
1993-12-01New file for bare sparc-coff support.Ken Raeburn2-0/+8
1993-12-01Various entries. Added entries for NetWare changes made by Sean aIan Lance Taylor1-0/+34
couple of weeks ago.
1993-12-01Added copyright notice and comments.Ian Lance Taylor1-0/+150
1993-12-01 * hosts/alphaosf.h (uint64_typeLOW, uint64_typeHIGH): Cast resultsIan Lance Taylor1-2/+4
to unsigned long.
1993-12-01 * config.bfd: Don't set target64 here, as the setting is ignored.Ian Lance Taylor2-6/+8
* configure.in (ecoffalpha_little_vec): Set target64.
1993-12-01 * bfd-in.h (uint64_typeLOW, uint64_typeHIGH): Fully parenthesizeIan Lance Taylor1-4/+4
for clarity. (fprintf_vma, sprintf_vma): Use %lx, not %x. * bfd-in2.h: Rebuilt.
1993-12-01 * config/tc-mips.c (macro): From wilson@cygnus.com: for M_L_DAB,Ian Lance Taylor2-2/+3
set coproc before doing goto ld.
1993-12-01 * config/tc-hppa.c (hppa_elf_mark_end_of_function): New function.Jeff Law2-43/+76
(pa_process_exit, pa_procend): Call it for ELF objects.
1993-12-01 * ldgram.y (OPTION_call_shared, OPTION_non_shared): New tokens.Ian Lance Taylor3-14/+70
(command_line_option): Accept and ignore them (for now). * ldlex.l (<COMMAND>): Handle -non_shared and -call_shared.
1993-12-01 * config/tc-mips.c (macro): Subtract 8 from offset in non PIC l.dIan Lance Taylor2-1/+18
case. See comment.
1993-11-30Add copyright notices and comments and a ChangeLog entry for Sean'sIan Lance Taylor1-0/+10
work.
1993-11-30Irix 4 core support entries.Ian Lance Taylor1-0/+16
1993-11-30 * irix-core.c: New file for Irix 4 and Irix 5 core support.Ian Lance Taylor2-2/+18
Functions taken out of coff-mips.c. Handle vmap type VMAPFILE. * coff-mips.c: Irix 4 core file support moved to irix-core.c. * targets.c: If IRIX_CORE defined, include irix_core_vec in target_vector. * config/irix4.mh (HDEFINES): Add -DIRIX_CORE. (HDEPFILES): Define to be irix-core.o. * config/irix5.mh (HDEFINES): Define to be -DIRIX_CORE. (HDEPFILES): Define to be irix-core.o. * Makefile.in (OPTIONAL_BACKENDS): Added irix-core.o. Removed sco-core.o, which no longer exists. (CFILES): Added all *-core.c files. Rebuilt dependencies.
1993-11-30handle space quoting issuesDavid D. Zuhn2-1/+19
1993-11-30New file for Irix 4 and Irix 5 core file support. Split out ofIan Lance Taylor1-0/+1
coff-mips.c.
1993-11-30 * gas/hppa/more.parse/parse.exp: Test for error on for subspaceJeff Law4-1/+12
directive is an XFAIL for SOM assmeblers. * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on cross-subspace call test.
1993-11-30 * write.c (TC_FORCE_RELOCATION): Provide a default definition.Jeff Law3-56/+117
(fixup_segment): Allow the target machine to specify that a relocation must be generated for a particular fixup. Remove #ifndef TC_HPPA hack. * config/tc-hppa.h (TC_FORCE_RELOCATION): Define. * config/tc-hppa.c (md_apply_fix_1): Never change fx_addsy to be NULL. Only fixup_segment is supposed to do that. (hppa_force_relocation): New function.
1993-11-30 * Makefile.in (check): Do not use subdir_do, so thatIan Lance Taylor1-0/+5
TARGET_FLAGS_TO_PASS is used correctly.
1993-11-30 * Makefile.in (stabs.o): Added dependencies.Ian Lance Taylor2-0/+8
1993-11-30 * config/obj-ecoff.c (ecoff_frob_file): Don't call bfd_set_symtab.Ian Lance Taylor1-0/+4
1993-11-30 * i386-nlmstub.c: Undo I/O redirection changes by Tom Lord.Stu Grossman2-14/+19
These definitely won't work under Netware.
1993-11-29Modified Files:Kung Hsu2-1/+6
ChangeLog stabsread.c * stabsread.c(read_struct_field): Fix the check when getting to member functions. (fix pr4000).
1993-11-29 gcc -Wall -O lint:Ian Lance Taylor1-0/+10
* mips-tdep.c (heuristic_proc_desc): Initialize reg30 to avoid warning. Unnest comment. (init_extra_frame_info): Remove unused variable mask. (MASK): Fully parenthesize. (mips_push_dummy_frame): Remove unused variable val. (mips_skip_prologue): Remove unused variables f and b.
1993-11-29 * mipsread.c (parse_symbol, parse_partial_symbols): Do not createPeter Schauer1-0/+5
(partial) symbols for opaque struct definitions.
1993-11-29 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Change call_instStu Grossman2-1/+11
to unsigned char to avoid domain warning for some values.
1993-11-29Formatting improvements from 93q4 release.Roland Pesch4-27/+48
1993-11-29Fix punctuation after corrected xref.Roland Pesch1-1/+1
1993-11-29 * gdb.texinfo (New Features): mention threads.Roland Pesch3-80/+158
(Summary, C): fix xrefs in newly contributed text. (Threads): index entries, clarifications, example (passim): minor typos fixed, phrasing improvements * remote.texi (Bootstrapping): rephrase text on ^C and add index entries; (Server): explain use of gdbserver w/real-time systems, add example of conflicting TCP port; (MIPS Remote) break up running text into table, highlighting commands, and add example.
1993-11-28 * gas/hppa/more.parse/appbug.s: New test.Jeff Law7-0/+13
* gas/hppa/more.parse/parse.exp: Run it.
1993-11-28 * app.c (do_scrub_next_char): Output a TAB before anyJeff Law1-0/+3
.app* directive.
1993-11-28 * config/tc-hppa.c (fix_new_hppa): Make sure a sub_symbolJeff Law2-52/+10
exists before trying to peek at its name. (pa_space): Do not call pa_align_subseg. See hppa/unsorted/align3.s for testcase. (pa_align_subseg): Delete unused/unwanted function.
1993-11-28 * gas/hppa/unsorted/align3.s: New test.Jeff Law3-0/+26
* gas/hppa/unsorted/unsorted.exp: Run it.
1993-11-28Fix typo in last change.Jeff Law1-1/+1
1993-11-28 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define.Jeff Law1-5/+13
1993-11-28 * read.c (read_a_source_file): Fix test for when to stick a colonJeff Law3-374/+43
on the end of a label. Make code conditional on either MRI or LABELS_WITHOUT_COLONS. * app.c (do_scrub_next_char): If a line begins with whitespace, leave the single whitespace character alone. Eat all others. * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define.
1993-11-28 * gas/all/p2425.s: Insert a tab before assembler directives soJeff Law1-0/+11
that the directives are not interpreted as labels. * gas/hppa/basic/weird.s: Sync with GDB version. * gas/hppa/more.parse/labelbug.s: New test. * gas/hppa/more.parse/parse.exp: Run it.
1993-11-28 * gas/hppa/more.parse/labelbug.s: New test.Jeff Law6-0/+44
* gas/hppa/more.parse/parse.exp: Run it.
1993-11-24comment fix.Roland Pesch1-1/+1
1993-11-24* refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sedRoland Pesch1-48/+142
(these probably crept w/minor changes in spacing when A4 stuff updated recently); update copyright date consistently * cygref.tex: bring up to date with refcard.tex
1993-11-24 * gas/hppa/reloc/fixupbug.s: New test.Jeff Law4-0/+61
* gas/hppa/reloc/reloc.exp: Run it.
1993-11-24 * .Sanitize: Remove references to chillrt and test-chillBill Cox1-6/+0
subdirectories. They were moved to gcc/ch/runtime and gcc/ch/testsuite respectively.
1993-11-24Add gnats.tar.gz ruleJason Merrill1-1/+7
1993-11-24 * gas/hppa/reloc/exitbug.s: New test.Jeff Law4-7/+74
* gas/hppa/reloc/reloc.exp: Run it.
1993-11-24 * config/tc-hppa.c (pa_procend): Do not call process_exit.Jeff Law2-9/+8
(exit_processing_complete): Delete unwanted variable and all references.
1993-11-24 * ecoff.c (ecoff_setup_ext): Renamed from ecoff_build_ext.Ian Lance Taylor3-4914/+254
Changed to not actually build the external symbol information, as that is now done by the ECOFF back end. (ecoff_build_debug): Changed accordingly. * ecoff.h (obj_ecoff_set_ext): Declare. obj-format.c function called by ecoff_setup_ext. * config/obj-ecoff.c (ecoff_frob_file): If debug_info count is 0, set corresponding pointer to NULL. Don't set raw_size and raw_syments. (obj_ecoff_set_sym_index): Removed. (obj_ecoff_set_ext): New function. * config/obj-ecoff.h (obj_set_sym_index): Don't define. (obj_ecoff_set_sym_index): Don't declare. * config/obj-elf.c (obj_ecoff_set_ext, elf_get_extr, elf_set_index): New functions used for ECOFF_DEBUGGING. (elf_frob_file): Reworked ECOFF debug generation to use new functions in bfd/ecofflink.c.
1993-11-24 * elfcode.h (map_program_segments): Restore check of file_size !=Ian Lance Taylor2-22/+29
mem_size, but only if SHT_PROGBITS.