PR 33838 Truncated translation in objcopy.c The only macros allowed are the ones specially handled by gettext, such as PRId64. * objcopy.c (copy_usage): Don't use string literal concatenation of macros in translated strings. Patch from Andreas Schwab <schwab@linux-m68k.org>