Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-02-17 | Add code to handle TAG_pointer_type DIE's (DWARF Information Entries) | Fred Fish | 2 | -0/+54 | |
that are produced by the i486/SVR4 MetaWare compiler, but not by the AT&T or GCC compilers. | |||||
1992-02-17 | New hp300bsd port. | Per Bothner | 5 | -1/+25 | |
1992-02-17 | * hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsd | Per Bothner | 2 | -0/+26 | |
a full configuration (with possible cross-development), instead of using host-aout.c. | |||||
1992-02-17 | record that files were removed | K. Richard Pixley | 1 | -4/+4 | |
1992-02-17 | fighting bitrot in a major way | K. Richard Pixley | 27 | -6596/+5958 | |
1992-02-17 | When creating user defined types for subroutine and array types, check | Fred Fish | 2 | -8/+48 | |
first to see if a partial type already exists due to a forward reference, and if so, bash it to fit. | |||||
1992-02-16 | Hack so it Sanitizes cleanly. | Per Bothner | 1 | -5/+4 | |
1992-02-16 | * aout-target.h (MY(write_object_contents): | Per Bothner | 1 | -0/+6 | |
Set obj_reloc_entry_size (abfd). * gen-aout.c: Change to emit a .c files, not a .h file. | |||||
1992-02-16 | * Makefile.in: Bump version to 1.96, and remove -beta | Per Bothner | 2 | -2/+26 | |
suffix from distribution name. * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract the signed value of a character (even if chars are unsigned). * sparc-pinsn.c: Add new operand types. | |||||
1992-02-16 | *** empty log message *** | Per Bothner | 1 | -30/+38 | |
1992-02-16 | Two typos fixed, spotted by Jim Irwin of WRS | Roland Pesch | 1 | -1/+2 | |
1992-02-16 | Fix missing user-font lines in introductory example (spotted by J Irwin, | Roland Pesch | 1 | -2/+2 | |
WRS). | |||||
1992-02-15 | * Makefile.in: Major changes. Removed some the sed | Per Bothner | 6 | -220/+232 | |
magic to converts scripts, since that is now handled by genscripts.sh and the *.sc-sh scipt generators. * config.h: Remove a bunch of macros defining emulations and targets. This becomes one less file to edit when adding emulations or targets. * ldemul.h (struct ld_emulation_xfer_struct): Add emulation_name and target_name fields. * ldemul.c, ldemul.h: Define some default functions used by most emulations (and remove from the *.em scripts). * ldemul.c (ldemul_choose_target): Search the new ld_emulations array using a loop (instead of a hardwired nested if statement). Define the ld_emulation from the automatically-geenrated ldemul-list.h. This means you no longer have to edit ldemul.c to add a new emulation. * ldmain.c: Replace {GLD,LNK}960_EMULATION_NAME by their expansions, since the former no longer exist. * PORTING: A very rough first draft of a porting guide. | |||||
1992-02-15 | * config/mt-foo: Changed EMUL=GLDFOO_EMULATION_NAME | Per Bothner | 19 | -20/+23 | |
to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.) * config/mh-foo: Rename LDEMULATION names as appropriate (usually 'gldfoo' -> plain 'foo'). | |||||
1992-02-15 | Major rewrite of how ld is configured. The major idea | Per Bothner | 12 | -0/+135 | |
is to use shell scripts to generate everything. * Each emulation is defined by a short shell script with extension *.sh that specifies the emulation-specific parameters (such as the name of the *.sh-sc and *.em files to use). * genscript.sh is the master shell script used to generate an emulation. It is passed various argument, including the name a the emulation-speciic *.sh file that it "sources" to set variables to emulation-specifc parameters. | |||||
1992-02-15 | Major rewrite of how ld is configured. The major idea | Per Bothner | 12 | -0/+880 | |
is to use shell scripts to generate everything. * generic.em replaces ldtemplate. * Other *.em files replace various *.c files. A *.em file is a shell script that generates the corresponding ld__*.c file that implements an emulation. This is usually a straight 'cat' of a here-document, possibly with substitutions. * Script files (*.sc) are places by *.sc-sh scripts. Again, these are simple shell scripts that 'cat' here-documents, usually with some substitutions. The output a *.sc-sh is a script file. | |||||
1992-02-15 | White space and comment changes. #ifdef __STDC__ becomes #if __STDC__ | K. Richard Pixley | 20 | -1104/+1016 | |
== 1. Get the declarations right in listing.[hc]. | |||||
1992-02-15 | White space and comment changes, and #ifdef __STDC__ becomes #if | K. Richard Pixley | 17 | -233/+244 | |
__STDC__ == 1. | |||||
1992-02-14 | Remove obsolete use of BSF_ABSOLUTE and replace with bfd_abs_section ref. | Fred Fish | 1 | -0/+5 | |
1992-02-14 | pointer lint and tandem target. | Steve Chamberlain | 1 | -3/+2 | |
1992-02-14 | Fix typeo which crept in between compiling and checking in | Steve Chamberlain | 1 | -1/+1 | |
1992-02-14 | * coffcode.h (get_normalized_symtab): fixed bug where symbols | Steve Chamberlain | 2 | -25/+43 | |
with more than one auxent can cause nasty core dumps. | |||||
1992-02-14 | Fix code in elf_symtab_read which attempts to read the standard ELF | Fred Fish | 2 | -8/+16 | |
symbol table and add symbol information to the misc function vector. This allows minimum functionality with non -g compiled code, and is vital for use with shared libraries (non of which are currently compiled with -g). Note to anyone doing any SVR4/gdb work. This bug was introduced into gdb just prior to the gdb 4.4 release, thus any versions currently in the field will have broken shared library support since no symbol information at all will be available for the shared library. This fix, along with one about to go into bfd's elf.c should fix that problem. | |||||
1992-02-14 | Might as well keep the contents of the gas/doc subdir, as well as the | Roland Pesch | 1 | -0/+59 | |
dir itself. | |||||
1992-02-14 | It's OK to keep the doc subdirectory, really. | Roland Pesch | 1 | -1/+5 | |
1992-02-13 | * xm-vaxbsd.h: Close off comment. | Stu Grossman | 2 | -1/+5 | |
1992-02-13 | terminated unterminated comment | Heinz G. Seidl | 1 | -1/+1 | |
1992-02-13 | Define NEED_POSIX_SETPGID for all SVR4 hosts. | Fred Fish | 2 | -0/+12 | |
1992-02-13 | clean up Sanitize for gas | K. Richard Pixley | 2 | -8/+20 | |
1992-02-13 | add README fluff | K. Richard Pixley | 1 | -1/+5 | |
1992-02-13 | fluff | K. Richard Pixley | 3 | -0/+94 | |
1992-02-13 | All files over ~5 lines get copylefted. All copylefted files get | K. Richard Pixley | 41 | -43/+256 | |
copylefted 1992. | |||||
1992-02-13 | force all files to end in "/* end of filename" | K. Richard Pixley | 54 | -4056/+4101 | |
1992-02-13 | remove all rcs keywords | K. Richard Pixley | 31 | -228/+0 | |
1992-02-13 | White space and comments only. The devo tree prior to this delta is | K. Richard Pixley | 94 | -28544/+27964 | |
tagged as "vanilla" for your convenience. There are also some comment changes. | |||||
1992-02-13 | I think this solves the MAKEINFO and BISON rooting problems. | K. Richard Pixley | 1 | -17/+96 | |
1992-02-12 | Make the emulation GLD960, not GLD | Steve Chamberlain | 1 | -2/+1 | |
1992-02-11 | Updating gprof for latest bfd stuff, and making configure work. | Sean Eric Fagan | 2 | -3/+21 | |
1992-02-11 | ldlang.c: now won't core dump with -M | Steve Chamberlain | 1 | -1/+3 | |
configure.in: add configure target for vxworks960 | |||||
1992-02-11 | #include <sys/stdtypes.h> before <stddef.h> so that when we compile | Michael Tiemann | 1 | -0/+3 | |
with GCC, the compiler does not stumble over `size_t', `ptrdiff_t', and `wchar_t'. Also note that the comment in <stddef.h> says that we have to #include <sys/stdtypes.h> before including <stddef.h> when on a sun. | |||||
1992-02-11 | New files for MRI syntax assembler | Steve Chamberlain | 3 | -1/+4561 | |
1992-02-11 | * ldexp.c, ldlang.c: added new idea "abs_output_section", removes | Steve Chamberlain | 1 | -9/+34 | |
tests for NULL pointers all over the place. * ldlang.c (lang_process): remember to relocate global symbols *after* relaxing has done it stuff. | |||||
1992-02-11 | Added mh-apollo68v and mt-os68k as files-to-keep. | Sean Eric Fagan | 1 | -0/+2 | |
1992-02-11 | Added a68v-xdep.c os68k-xdep.c, tm-os68k.h, and xm-apollo68v.h as files- | Sean Eric Fagan | 1 | -0/+4 | |
to-keep. | |||||
1992-02-11 | Added mh-apollo68 and mt-os68k as files-to-keep. | Sean Eric Fagan | 1 | -0/+2 | |
1992-02-11 | Added h-apollo68v.h as a file to keep. | Sean Eric Fagan | 1 | -0/+1 | |
1992-02-11 | all: Don't include <sys/file.h> if NO_SYS_FILE is defined. On the Apollo, | Sean Eric Fagan | 1 | -0/+2 | |
this file does not exist, and not including it hasn't seemed to cause problems. main.c: Use the proper enum's in the options structure initialization; the Apollo compiler chokes on this. | |||||
1992-02-10 | Makefile.in: Removed some '#''s that caused an extraneous include of | Sean Eric Fagan | 1 | -0/+8 | |
the host/site/target files. configure.in: Added support for hosting on an Apollo Series 400, and targeting on an OS/68k machine. | |||||
1992-02-10 | Added support for OS/68k (as a target) and Apollo Series 400's (as | Sean Eric Fagan | 2 | -1/+13 | |
a host). | |||||
1992-02-10 | Added support for hosting on an Apollo Series 400 (under System V emulation), | Sean Eric Fagan | 2 | -0/+11 | |
and targeted towards an OS/68000 system. |