Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-04-24 | * tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice | Stu Grossman | 2 | -1/+4 | |
breakpoint instructions that leave PC pointing at the right place. | |||||
1992-04-24 | 29k/UDI config stuff. | Stu Grossman | 1 | -2/+2 | |
1992-04-24 | 29K/UDI remote debugger interface. | Stu Grossman | 1 | -0/+1346 | |
1992-04-24 | More files for 29k/UDI. | Stu Grossman | 1 | -0/+55 | |
1992-04-24 | Call warning() to print warnings, which deals properly with leading and | Fred Fish | 2 | -5/+9 | |
trailing newlines, as well as presenting a consistent prefix for warnings (IE "warning: "). | |||||
1992-04-24 | aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the internal_exec | Fred Fish | 2 | -2/+14 | |
structure before initializing the fields that are used, so that the unused fields are in a known state. Two of these structures are memcmp'd so any fields not explicitly initialized must be set to a known state. | |||||
1992-04-23 | remove subdirs line | K. Richard Pixley | 1 | -0/+5 | |
1992-04-23 | configure: test for and move config.status pieces from subdir. | K. Richard Pixley | 1 | -0/+5 | |
1992-04-23 | ooops. | K. Richard Pixley | 1 | -3/+3 | |
1992-04-22 | rework CFLAGS such that they can be passed on command line to make | K. Richard Pixley | 2 | -18/+13 | |
1992-04-22 | add move-if-change | K. Richard Pixley | 1 | -6/+7 | |
1992-04-22 | Finish MINUS_G eradication per current configuration strategy. | Fred Fish | 1 | -36/+13 | |
1992-04-22 | Replace MINUS_G by CFLAGS. | Fred Fish | 1 | -2/+1 | |
1992-04-22 | Finish eradication of MINUS_G per current configuration strategy. | Fred Fish | 1 | -14/+19 | |
1992-04-22 | Finish MINUS_G eradication per new configure strategy. | Fred Fish | 1 | -1/+0 | |
1992-04-22 | Test for nonexistance of files before trying to mv them. | Fred Fish | 1 | -2/+6 | |
1992-04-22 | Replace MINUS_G with CFLAGS. | Fred Fish | 1 | -1/+1 | |
1992-04-22 | Finish MINUS_G eradication. | Fred Fish | 1 | -1/+1 | |
1992-04-22 | Replace MINUS_G with CFLAGS per new configuration standard. | Fred Fish | 1 | -1/+1 | |
1992-04-22 | Test for nonexistance of files before trying to mv them, to avoid numerous | Fred Fish | 1 | -0/+7 | |
nonexistance error messages. | |||||
1992-04-22 | Add config target for 29k/UDI. | Stu Grossman | 2 | -0/+6 | |
1992-04-22 | Add lotsa files for 29k UDI debugger interface support. | Stu Grossman | 11 | -0/+2403 | |
1992-04-22 | * ldlex.l: added CMDFILENAMECHAR state so that you can lex | Steve Chamberlain | 2 | -1/+15 | |
different sorts of filenames on the command line than in a script. | |||||
1992-04-22 | * symtab.c (lookup_symbol): Need to check if msymbol->name is | Stu Grossman | 2 | -430/+353 | |
NULL, as ALL_MSYMBOLS will never return a NULL msymbol pointer. This prevents a crash when trying to lookup the value of a non-existent symbol. | |||||
1992-04-22 | Remove now obsolete signame.c and signame.h; functionality is handled by | Fred Fish | 16 | -477/+193 | |
libiberty/strsignal.c. Widespread changes to use libiberty/strerror.c functions for errno manipulations and libiberty/strsignal.c for signo (signals) manipulations. | |||||
1992-04-22 | Convert typedef that typedefs nothing into a normal structure declaration. | Fred Fish | 1 | -0/+7 | |
Prototype args to function that second arg of pass_over points to. | |||||
1992-04-21 | rework CFLAGS so that they can be passed on the make command line | K. Richard Pixley | 2 | -41/+131 | |
1992-04-21 | do not print recursion lines | K. Richard Pixley | 1 | -0/+4 | |
1992-04-21 | correct final line of config.status | K. Richard Pixley | 2 | -1/+5 | |
1992-04-21 | configure: patch from eggert. Avoids a protection problem if the | K. Richard Pixley | 2 | -1/+8 | |
original Makefile.in is read only. | |||||
1992-04-21 | Makefile.in: rework CFLAGS so that they can be set from the command | K. Richard Pixley | 2 | -63/+49 | |
line to make. CFLAGS -> INTERNAL_CFLAGS. USER_CFLAGS -> CFLAGS. Remove MINUS_G. Default CFLAGS to -g. Pass CFLAGS on recusions. | |||||
1992-04-21 | configure: use move-if-change from gcc to create config.status. Some | K. Richard Pixley | 2 | -4/+23 | |
makefiles depend on config.status to tell if a directory has been reconfigured for a different host. This change prevents those directories from remaking everything in the case where the reconfig was only intended to rebuild a Makefile. | |||||
1992-04-21 | configure: test for config.sub with "config.sub sun4" rather than | K. Richard Pixley | 2 | -1/+8 | |
"config.sub ${host_alias}". Otherwise we can't tell a bad host alias from a missing config.sub. | |||||
1992-04-21 | rework CFLAGS so that they can be set from the command line to make | K. Richard Pixley | 1 | -0/+5 | |
1992-04-21 | tooldir copy of ld belongs directly in tooldir | K. Richard Pixley | 2 | -8/+22 | |
1992-04-21 | tooldir copy of gas belongs directly in tooldir | K. Richard Pixley | 1 | -0/+9 | |
1992-04-21 | rework CFLAGS, etc. | K. Richard Pixley | 2 | -48/+34 | |
1992-04-21 | pass CFLAGS, remove MINUS_G, default CFLAGS to -g | K. Richard Pixley | 2 | -226/+156 | |
1992-04-21 | remove binutils, gas, ld when targetting rs6000 | K. Richard Pixley | 1 | -1/+2 | |
1992-04-21 | correct makesrcdir when subdir is . | K. Richard Pixley | 2 | -1/+16 | |
1992-04-18 | Add tekhex.c | Fred Fish | 1 | -0/+1 | |
1992-04-18 | Back out of TYPE_FLAG_FUND_TYPE change, solve the problem in valprint.c by | Fred Fish | 5 | -88/+152 | |
just printing the type name from the type if it is not otherwise handled. Implement new handling of the ".syms" file for reusable symbol files. | |||||
1992-04-17 | Add tekhex | Steve Chamberlain | 1 | -0/+2 | |
1992-04-17 | Fri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 3 | -36/+34 | |
* bfd.c, Makefile.in: added tekhex * aoutx.h (set_section_contents): pages should be padded to the size of a page, not the size of a segment. * configure.in: added go32 host and i386-aout target. * i386aout.c, libaout.h: now works for go32 target * ieee.c: fix bit rot. * seclet.c: support for padding seclet type. | |||||
1992-04-17 | New definition of padding seclet | Steve Chamberlain | 1 | -2/+4 | |
1992-04-17 | * relax.c: added handling for new "padding" seclet type, used to | Steve Chamberlain | 3 | -6/+50 | |
fill out gaps between section. * ldgram.y, ldlex.l: now -defsym on the command line is done properly. | |||||
1992-04-17 | * sun3-xdep.c (fetch_core_registers): Lint. | John Gilmore | 3 | -2/+12 | |
* tm-sun3.h: Prototype lint. * value.h: Typo. | |||||
1992-04-17 | * TODO: New file. | Fred Fish | 2 | -0/+84 | |
* attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c, mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c: Lint. | |||||
1992-04-17 | Fix to dwarfread.c to target pointer and target long sizes, fixes for | Fred Fish | 6 | -26/+104 | |
mapped symbol file handling, and a couple of other misc small fixes. | |||||
1992-04-17 | * rs6000-pinsn.c: New version from IBM (Metin). | Per Bothner | 3 | -9/+21 | |
* m2-exp.y: Re-write string initializers ("<>" => {'<', '>'}) to avoid warnings from some compilers. |