binutils-gdb/gdb/common
Pedro Alves 669f9429c7 Quiet ARI gettext checks
The ARI complains about this new file:

 common/signals-state-save-restore.c:46: warning: gettext: All messages should be marked up with _.
 common/signals-state-save-restore.c:59: warning: gettext: All messages should be marked up with _.
 common/signals-state-save-restore.c:87: warning: gettext: All messages should be marked up with _.
 common/signals-state-save-restore.c:92: warning: gettext: All messages should be marked up with _.

Since these are untranslatable strings, use () instead of _().

gdb/ChangeLog:
2016-08-10  Pedro Alves  <palves@redhat.com>

	* common/signals-state-save-restore.c
	(save_original_signals_state, restore_original_signals_state):
	Wrap perror_with_name arguments with '()'.
2016-08-10 16:06:57 +01:00
..
agent.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
agent.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ax.def GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
break-common.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
btrace-common.c Add method/format information to =record-started 2016-06-06 17:10:18 -04:00
btrace-common.h Add method/format information to =record-started 2016-06-06 17:10:18 -04:00
buffer.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
buffer.h Use struct buffer in gdb_readline_no_editing 2016-03-09 18:25:00 +00:00
cleanups.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cleanups.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common-debug.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common-debug.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common-defs.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common-exceptions.c Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCH 2016-04-22 16:20:04 +01:00
common-exceptions.h Switch gdb's TRY/CATCH to C++ try/catch 2016-04-22 16:20:49 +01:00
common-regcache.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common-regcache.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common-types.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common-utils.c Add xmalloc_failed() function to common-utils.c in to avoid the need to link in libiberty's xmalloc code. 2016-06-01 11:44:08 +01:00
common-utils.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common.host GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
common.m4 Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions 2016-08-09 20:16:20 +01:00
create-version.sh GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
enum-flags.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
errors.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
errors.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fileio.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fileio.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
filestuff.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
filestuff.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
format.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
format.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb_assert.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb_locale.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb_setjmp.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb_signals.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb_sys_time.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb_vecs.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb_vecs.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gdb_wait.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
host-defs.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mingw-strerror.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
posix-strerror.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
print-utils.c Centralize thread ID printing 2016-01-13 10:59:14 +00:00
print-utils.h Centralize thread ID printing 2016-01-13 10:59:14 +00:00
ptid.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptid.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
queue.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rsp-low.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rsp-low.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
signals-state-save-restore.c Quiet ARI gettext checks 2016-08-10 16:06:57 +01:00
signals-state-save-restore.h Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions 2016-08-09 20:16:20 +01:00
signals.c Pass SIGLIBRT directly to child processes. 2016-07-15 06:35:37 -07:00
symbol.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
vec.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
vec.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
version.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
x86-xstate.h Add target descriptions for AVX + MPX 2016-04-19 15:44:32 +02:00
xml-utils.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
xml-utils.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00