aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-04-24* tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have niceStu Grossman2-1/+4
breakpoint instructions that leave PC pointing at the right place.
1992-04-2429k/UDI config stuff.Stu Grossman1-2/+2
1992-04-2429K/UDI remote debugger interface.Stu Grossman1-0/+1346
1992-04-24More files for 29k/UDI.Stu Grossman1-0/+55
1992-04-24Call warning() to print warnings, which deals properly with leading andFred Fish2-5/+9
trailing newlines, as well as presenting a consistent prefix for warnings (IE "warning: ").
1992-04-24aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the internal_execFred Fish2-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-23remove subdirs lineK. Richard Pixley1-0/+5
1992-04-23configure: test for and move config.status pieces from subdir.K. Richard Pixley1-0/+5
1992-04-23ooops.K. Richard Pixley1-3/+3
1992-04-22rework CFLAGS such that they can be passed on command line to makeK. Richard Pixley2-18/+13
1992-04-22add move-if-changeK. Richard Pixley1-6/+7
1992-04-22Finish MINUS_G eradication per current configuration strategy.Fred Fish1-36/+13
1992-04-22Replace MINUS_G by CFLAGS.Fred Fish1-2/+1
1992-04-22Finish eradication of MINUS_G per current configuration strategy.Fred Fish1-14/+19
1992-04-22Finish MINUS_G eradication per new configure strategy.Fred Fish1-1/+0
1992-04-22Test for nonexistance of files before trying to mv them.Fred Fish1-2/+6
1992-04-22Replace MINUS_G with CFLAGS.Fred Fish1-1/+1
1992-04-22Finish MINUS_G eradication.Fred Fish1-1/+1
1992-04-22Replace MINUS_G with CFLAGS per new configuration standard.Fred Fish1-1/+1
1992-04-22Test for nonexistance of files before trying to mv them, to avoid numerousFred Fish1-0/+7
nonexistance error messages.
1992-04-22Add config target for 29k/UDI.Stu Grossman2-0/+6
1992-04-22Add lotsa files for 29k UDI debugger interface support.Stu Grossman11-0/+2403
1992-04-22 * ldlex.l: added CMDFILENAMECHAR state so that you can lexSteve Chamberlain2-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 isStu Grossman2-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-22Remove now obsolete signame.c and signame.h; functionality is handled byFred Fish16-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-22Convert typedef that typedefs nothing into a normal structure declaration.Fred Fish1-0/+7
Prototype args to function that second arg of pass_over points to.
1992-04-21rework CFLAGS so that they can be passed on the make command lineK. Richard Pixley2-41/+131
1992-04-21do not print recursion linesK. Richard Pixley1-0/+4
1992-04-21correct final line of config.statusK. Richard Pixley2-1/+5
1992-04-21configure: patch from eggert. Avoids a protection problem if theK. Richard Pixley2-1/+8
original Makefile.in is read only.
1992-04-21Makefile.in: rework CFLAGS so that they can be set from the commandK. Richard Pixley2-63/+49
line to make. CFLAGS -> INTERNAL_CFLAGS. USER_CFLAGS -> CFLAGS. Remove MINUS_G. Default CFLAGS to -g. Pass CFLAGS on recusions.
1992-04-21configure: use move-if-change from gcc to create config.status. SomeK. Richard Pixley2-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-21configure: test for config.sub with "config.sub sun4" rather thanK. Richard Pixley2-1/+8
"config.sub ${host_alias}". Otherwise we can't tell a bad host alias from a missing config.sub.
1992-04-21rework CFLAGS so that they can be set from the command line to makeK. Richard Pixley1-0/+5
1992-04-21tooldir copy of ld belongs directly in tooldirK. Richard Pixley2-8/+22
1992-04-21tooldir copy of gas belongs directly in tooldirK. Richard Pixley1-0/+9
1992-04-21rework CFLAGS, etc.K. Richard Pixley2-48/+34
1992-04-21pass CFLAGS, remove MINUS_G, default CFLAGS to -gK. Richard Pixley2-226/+156
1992-04-21remove binutils, gas, ld when targetting rs6000K. Richard Pixley1-1/+2
1992-04-21correct makesrcdir when subdir is .K. Richard Pixley2-1/+16
1992-04-18Add tekhex.cFred Fish1-0/+1
1992-04-18Back out of TYPE_FLAG_FUND_TYPE change, solve the problem in valprint.c byFred Fish5-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-17Add tekhexSteve Chamberlain1-0/+2
1992-04-17Fri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain3-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-17New definition of padding secletSteve Chamberlain1-2/+4
1992-04-17 * relax.c: added handling for new "padding" seclet type, used toSteve Chamberlain3-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 Gilmore3-2/+12
* tm-sun3.h: Prototype lint. * value.h: Typo.
1992-04-17 * TODO: New file.Fred Fish2-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-17Fix to dwarfread.c to target pointer and target long sizes, fixes forFred Fish6-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 Bothner3-9/+21
* m2-exp.y: Re-write string initializers ("<>" => {'<', '>'}) to avoid warnings from some compilers.