This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with *.d


*.d is generated with flags for .o. But .os is compiled with -DPIC
-DSHARED, which may include more files than .o. One example is
elf/unwind-dw2-fde-glibc.d. It has

$(common-objpfx)elf/unwind-dw2-fde-glibc.o $(common-objpfx)elf/unwind-dw2-fde-gl ibc.os $(common-objpfx)elf/unwind-dw2-fde-glibc.op $(common-objpfx)elf/unwind-dw 2-fde-glibc.og $(common-objpfx)elf/unwind-dw2-fde-glibc.ob $(common-objpfx)elf/unwind-dw2-fde-glibc.oS $(common-objpfx)elf/unwind-dw2-fde-glibc.d: ../sysdeps/generic/unwind-dw2-fde-glibc.c \
  ../include/libc-symbols.h \
  $(common-objpfx)config.h \
  ../include/shlib-compat.h \
  $(common-objpfx)abi-versions.h

which is incomplete for elf/unwind-dw2-fde-glibc.d.os. Should we
generate *.d with -DPIC -DSHARED?



H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]