https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #209 from Peter Bisroev <peter.bisroev at groundlabs dot com> --- (In reply to dave.anglin from comment #206) > Does adding the linker option "-Wl,-O" help to reduce the size of cc1 and > cc1plus? Hi Dave, Sorry for the delayed response. I have tried linker option "-Wl,-O" but it does not seem to make any difference. I used gcc 4.7.4 compiled with --enable-comdat option as per my comment 181 and get the same number of PCREL21B errors as before. I wonder if HPs linker does garbage collection after it deals with all the relocations first. Looks like we might have to get the fix into GNU AS first to get PCREL60B working. I will try to look into how we can get this done hopefully next weekend. Thanks! --peter