Go to file
Arnaldo Carvalho de Melo 314d8f65bb [MAKEFILE]: Use -fPIC in CFLAGS
To fix this on parisc:

acme@parisc:~/pahole$ make
gcc -g -O2 -Wall -I. -I/usr/include/elfutils  -c -o pahole.o pahole.c
gcc -g -O2 -Wall -I. -I/usr/include/elfutils  -c -o classes.o classes.c
gcc -shared \
          -o libclasses.so.1.0.0 classes.o
/usr/bin/ld: classes.o: relocation R_PARISC_DPREL21L can not be used when making a shared object; recompile with -fPIC
classes.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libclasses.so] Error 1
acme@parisc:~/pahole$

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2006-12-05 22:05:54 -02:00
Makefile [MAKEFILE]: Use -fPIC in CFLAGS 2006-12-05 22:05:54 -02:00
classes.c [CLASSES]: avoid mixing declarations and code 2006-12-05 14:53:50 -02:00
classes.h [CLASSES]: Make cu__for_each_class receive a filter 2006-12-01 00:00:24 -02:00
codiff.c [CLASSES]: Make cu__for_each_class receive a filter 2006-12-01 00:00:24 -02:00
list.h Repository creation. 2006-10-24 20:42:39 -03:00
pahole.c [PAHOLE]: make some functions static 2006-12-05 14:58:27 -02:00
pfunct.c [CLASSES]: Make cus__for_each_cu receive an optional filter 2006-11-30 23:48:34 -02:00
prefcnt.c [CLASSES]: Make cu__for_each_class receive a filter 2006-12-01 00:00:24 -02:00