aboutsummaryrefslogtreecommitdiff
path: root/gcc/halfpic.c
AgeCommit message (Collapse)AuthorFilesLines
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+1
From-SVN: r29150
1999-01-06Copyright fixes.Jeff Law1-1/+1
From-SVN: r24535
1998-12-22* halfpic.c (half_pic_encode): Delete redundant code.Theodore Papadopoulo1-4/+3
From-SVN: r24396
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-1/+0
* system.h: Include libiberty.h. * c-aux-info.c: Remove prototypes for concat/concat3. Change function `concat' from fixed parameters to variable parameters, as is done in libiberty. All callers of concat/concat3 changed to use the new `concat' with variable args. * cccp.c: Remove things made redundant by libiberty.h and/or conform to libiberty standards. * cexp.y: Likewise. * collect2.c: Likewise. * config/1750a/1750a.h: Likewise. * cppalloc.c: Likewise. * cppexp.c: Likewise. * cppfiles.c: Likewise. * cpphash.c: Likewise. * cpplib.c: Likewise. * dyn-string.c: Likewise. * fix-header.c: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * genattr.c: Likewise. * genattrtab.c: Likewise. * gencheck.c: Likewise. * gencodes.c: Likewise. * genconfig.c: Likewise. * genemit.c: Likewise. * genextract.c: Likewise. * genflags.c: Likewise. * gengenrtl.c: Likewise. * genopinit.c: Likewise. * genoutput.c: Likewise. * genpeep.c: Likewise. * genrecog.c: Likewise. * getpwd.c: Likewise. * halfpic.c: Likewise. * hash.c: Likewise. * mips-tdump.c: Likewise. Wrap malloc/realloc/calloc prototypes in NEED_DECLARATION_* macros. * mips-tfile.c: Remove things made redundant by libiberty.h and/or conform to libiberty standards. (fatal): Fix const-ification of variable `format' in !ANSI_PROTOTYPES case. * prefix.c: Remove things made redundant by libiberty.h and/or conform to libiberty standards. * print-rtl.c: Rename variable `spaces' to `xspaces' to avoid conflicting with function `spaces' from libiberty. * profile.c: Remove things made redundant by libiberty.h and/or conform to libiberty standards. * protoize.c: Likewise. * rtl.h: Likewise. * scan.h: Likewise. * tlink.c: Likewise. * toplev.c: Likewise. * toplev.h: Likewise. * tree.h: Likewise. From-SVN: r23931
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-2/+1
* Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o, cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o, gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on system.h. * cpphash.c: Include config.h. * cppalloc.c: Include system.h. Add parameters to various function prototypes. * cpperror.c: Likewise. * cppexp.c: Likewise. * cpphash.c: Likewise. * cpplib.c: Likewise. * cppmain.c: Likewise. * fix-header.c: Likewise. * gcov.c: Likewise. * gen-protos.c: Likewise. * gengenrtl.c: Likewise. * halfpic.c: Likewise. * hash.c: Likewise. * scan-decls.c: Likewise. * scan.c: Likewise. From-SVN: r18911
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-4/+4
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; change gen_rtx(expr...) to gen_rtx_fmt_foo(expr...). * caller-save.c, calls.c, combine.c, cse.c: Likewise. * dwarf2out.c, except.c, explow.c, expmed.c, expr.c: Likewise. * final.c, flow.c, function.c, genpeep.c, haifa-sched.c: Likewise. * halfpic.c, integrate.c, jump.c, local-alloc.c, loop.c: Likewise. * profile.c, recog.c, reg-stack.c, regclass.c, regmove.c: Likewise. * reload.c, reload1.c, reorg.c, sched.c, stmt.c, stupid.c: Likewise. * unroll.c, varasm.c: Likewise. * config/alpha/alpha.c, config/alpha/alpha.md: Likewise. From-SVN: r17357
1996-07-03formatting tweaksMike Stump1-4/+4
From-SVN: r12390
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9961
1993-10-08Make ROSE shared library profiling work; Use GOTOFF if possible for ELF.Michael Meissner1-0/+24
From-SVN: r5684
1993-01-06Fix unknown symbol error when linking gen* programs.Michael Meissner1-3/+4
From-SVN: r3110
1992-07-12entered into RCSRichard Stallman1-1/+1
From-SVN: r1565
1992-07-06*** empty log message ***Charles Hannum1-1/+0
From-SVN: r1471
1992-07-02*** empty log message ***Richard Stallman1-6/+18
From-SVN: r1386
1992-05-07*** empty log message ***Michael Meissner1-1/+1
From-SVN: r929
1992-05-06*** empty log message ***Richard Kenner1-0/+4
From-SVN: r919
1992-04-29*** empty log message ***Michael Meissner1-1/+1
From-SVN: r860
1992-04-09*** empty log message ***Michael Meissner1-29/+165
From-SVN: r710
1992-04-08*** empty log message ***Michael Meissner1-3/+131
From-SVN: r701
1992-03-17*** empty log message ***Michael Meissner1-5/+6
From-SVN: r510
1992-02-29*** empty log message ***Michael Meissner1-2/+1
From-SVN: r367
1992-02-21Initial revisionMichael Meissner1-0/+95
From-SVN: r354