https://sourceware.org/bugzilla/show_bug.cgi?id=30374

Stefan <stefan.tauner at gmx dot at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefan.tauner at gmx dot at

--- Comment #6 from Stefan <stefan.tauner at gmx dot at> ---
Is this supposed to work for object files within static (system) libraries too
or only files explicitly specified on the command line?

In my use case I'd like to ignore an object file from the toolchain's libc (and
replace its symbols with my own) but I don't seem to be able to match the files
within the library or the library itself with --remap-inputs although I can at
least match a whole static library I explicitly put on the command line (e.g.,
--remap-inputs='*.a=/dev/null'). It would definitely be nice to be able to do
so...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to