* elflink.h (elf_bfd_final_link): Check if dynobj is not NULL
[binutils-gdb.git] / gprof / gprof.h
index 43e767567d5f22368e5ee2fc1014ee30faa144ef..fdf9a28e4ac3af8f0b90ce1313f0267a339d4a3c 100644 (file)
@@ -56,8 +56,8 @@
 #endif
 
 #ifdef ENABLE_NLS
-/* Undefine BFD's `_' macro; we have our own definition.  */
-#undef _
+/* Undefine BFD's `_' macro - it uses dgetext() and we want to use gettext().  */
+#undef  _
 #define _(String) gettext (String)
 #endif