patches/binutils-05-lm.diff
author jchoi42
Wed, 15 Feb 2012 00:55:58 +0000
changeset 8249 994ab7add44e
parent 546 7976e6fd6450
permissions -rw-r--r--
2012-02-15 James Choi <[email protected]> * SFEqt-gpp.spec - build fPIC, specify no3dnow for Intel cpus * SFElibgmtk.spec - Initial spec * archive/SFEbinutils.spec - bump to 2.22 * SFEbinutils-gpp.spec - fork from SFEbinutils, use new g++ path * patches/binutils-01-bug-2495.diff * patches/binutils-04-non-constant_initializer_op.diff * patches/binutils-05-lm.diff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8249
994ab7add44e 2012-02-15 James Choi <[email protected]>
jchoi42
parents: 546
diff changeset
     1
--- binutils-2.22-orig/gprof/Makefile.am	2007-08-13 01:51:51.000000000 +0000
994ab7add44e 2012-02-15 James Choi <[email protected]>
jchoi42
parents: 546
diff changeset
     2
+++ binutils-2.22/gprof/Makefile.am	2007-10-14 10:07:26.951320958 +0000
994ab7add44e 2012-02-15 James Choi <[email protected]>
jchoi42
parents: 546
diff changeset
     3
@@ -29,7 +29,7 @@
546
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     4
 	i386.c alpha.c vax.c tahoe.c sparc.c mips.c
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     5
 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     6
 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     7
-gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     8
+gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) -lm
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
     9
 
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    10
 noinst_HEADERS = \
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    11
 	basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
8249
994ab7add44e 2012-02-15 James Choi <[email protected]>
jchoi42
parents: 546
diff changeset
    12
--- binutils-2.22-orig/gprof/Makefile.in	2007-08-13 01:51:51.000000000 +0000
994ab7add44e 2012-02-15 James Choi <[email protected]>
jchoi42
parents: 546
diff changeset
    13
+++ binutils-2.22/gprof/Makefile.in	2007-10-14 10:15:56.431079587 +0000
994ab7add44e 2012-02-15 James Choi <[email protected]>
jchoi42
parents: 546
diff changeset
    14
@@ -295,7 +295,7 @@
546
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    15
 
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    16
 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    17
 gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP)
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    18
-gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL)
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    19
+gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) -lm
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    20
 noinst_HEADERS = \
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    21
 	basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \
7976e6fd6450 2007-10-14 Mark Wright <[email protected]>
markwright
parents:
diff changeset
    22
 	corefile.h gmon.h gmon_io.h gmon_out.h gprof.h hertz.h hist.h \