index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
gcc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed printf format errors.
bde
1998-06-30
3
-6
/
+7
*
Add LIB_SPEC (same as on i386) so that gcc knows about libc_r.
jb
1998-06-08
1
-0
/
+4
*
-pg was causing a link with -lc_r... :-]
peter
1998-04-13
2
-2
/
+2
*
Document the FreeBSD specific options from LIB_SPEC.
jb
1998-04-10
1
-0
/
+10
*
Ouch, my local cvs walloped the version I thought I was committing.
jb
1998-03-14
1
-18
/
+52
*
On i386, freebsd.h and freebsd-elf.h have been merged to combine
jb
1998-03-13
1
-71
/
+0
*
Nuke crti.o from the STARTFILE_SPEC again. No asm code is needed on alpha.
jb
1998-03-11
1
-1
/
+8
*
Change the LINK_SPEC to specify the same runtime loader as used on
jb
1998-03-10
1
-12
/
+6
*
Both our a.out (hacked) gas and the binutils gas support .weak
peter
1998-03-09
2
-4
/
+0
*
Only do a.out/elf switching on i386 family
peter
1998-03-09
1
-6
/
+8
*
Don't disable the use of $ in assembler labels.. It changes libstdc++
peter
1998-03-09
2
-0
/
+6
*
Spell -Bshareable correctly... :-]
peter
1998-03-08
2
-2
/
+2
*
svr4.h defines ASM_IDENTIFY_GCC, but neglects to define
peter
1998-03-08
2
-0
/
+20
*
Cosmetic cleanup for a.out asm generation.. Don't put the end-of-file
peter
1998-03-08
2
-6
/
+20
*
Put the function stabs in traditional order on a.out, or gdb doesn't see
peter
1998-03-08
3
-12
/
+22
*
Add hooks for John Birrell's kernel thread support library.
peter
1998-03-08
2
-2
/
+2
*
First round of changes to support generation of assembler for the old
peter
1998-03-08
7
-704
/
+1022
*
Upgrade the cpp pre-defines to include -Dunix. Turns out we need that
jb
1998-01-12
1
-1
/
+1
*
Add the alpha MD files for gcc to product ELF for FreeBSD/Alpha.
jb
1998-01-11
14
-0
/
+8479
*
spelling corrections.
wosch
1997-09-13
1
-3
/
+3
*
Merge in some of my changes with John's. I've used this to build
peter
1997-08-29
1
-32
/
+50
*
Add the necessary defines to the freebsd-elf configuration so that
jdp
1997-08-28
1
-1
/
+39
*
Attempt to fix clobbered vendor Id.
bde
1997-06-29
1
-1
/
+1
*
Make all the info dir entries line up neatly.
asami
1997-05-28
1
-1
/
+1
*
`it's'' -> `its'' where appropriate and typo fixes in time2posix.3.
eivind
1997-05-19
1
-1
/
+1
*
The -pthread option was added to freebsd.h but missed from freebsd-elf.h
peter
1997-05-12
1
-1
/
+1
*
change `an' to `a'...
jmg
1997-05-05
1
-1
/
+1
*
Let gcc know about libc_r. Use -pthread to link against libc_r instead
jb
1997-05-03
2
-2
/
+2
*
correct vfork()/exit() to vfork()/_exit(). This is far more important
peter
1997-04-25
1
-1
/
+1
*
Make "gcc -shared" work properly for building shared libraries. An
jdp
1997-04-09
2
-8
/
+14
*
Disallow "-p" when linking, with a diagnostic that recommends using
jdp
1997-04-05
2
-10
/
+12
*
Update the value of "__FreeBSD__" to 3 for the ELF compiler.
jdp
1997-03-26
1
-1
/
+1
*
-current is now 3.0. NOT a 2.2 candidate. :)
asami
1997-03-25
2
-2
/
+2
*
slight fix to gcc's man page...
jmg
1997-03-23
1
-3
/
+9
*
Undo rev 1.4 of freebsd.h and 1.2 freebsd-elf.h, where I added
obrien
1997-02-24
3
-3
/
+3
*
check for /usr/libdata/gcc/specs and use it if it exists.
peter
1997-02-22
1
-0
/
+1
*
Back out easy $FreeBSD$ (file already left vendor branch)
peter
1997-02-22
1
-1
/
+1
*
Add _BSD4_4 as a predefined symbol.
obrien
1997-02-16
3
-3
/
+3
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix BB profiling.
phk
1997-01-13
1
-2
/
+2
*
This file has the info annotation, except its annotated name
jmacd
1997-01-11
1
-1
/
+1
*
Apparently this patch fixes the objc backend on the i386 platforms.
peter
1996-10-26
1
-0
/
+7
*
Remove temporary hack to disable use of libstdc++ now that it's built and
peter
1996-10-04
1
-3
/
+0
*
Fix a bug that caused incorrect PIC code to be generated for exceptions.
jdp
1996-10-03
2
-1
/
+23
*
Activate the .weak code generation for libgcc.a and g++ now that it works.
peter
1996-10-01
2
-14
/
+2
*
Temporarily disable the code that wants to add -lstdc++ in tge g++ driver
peter
1996-09-27
1
-0
/
+3
*
Doc fixes and updates to reflect reality, as well as info about profiling
peter
1996-09-18
3
-16
/
+32
*
Merge in freebsd-specific changes
peter
1996-09-18
5
-112
/
+237
*
Add in hooks to produce assembler output suitable for binutils+elf
peter
1996-09-18
2
-0
/
+210
*
Add the hooks that we use for our profiling extensions.
peter
1996-09-18
1
-0
/
+12
[next]