X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fgdb%2Fsignals.h;h=1429e3904fddbe92b057ce724084f50148fce588;hb=889c2a67967f7047c245779a0a0fd8ba8796846e;hp=67902c6170ba9ef0694313016174cc36b425ad80;hpb=c5a570810022466eaa5e077cd1b8aa00d74706f1;p=deliverable%2Fbinutils-gdb.git diff --git a/include/gdb/signals.h b/include/gdb/signals.h index 67902c6170..1429e3904f 100644 --- a/include/gdb/signals.h +++ b/include/gdb/signals.h @@ -1,5 +1,5 @@ /* Target signal numbers for GDB and the GDB remote protocol. - Copyright 1986, 1988-2002, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 1986-2015 Free Software Foundation, Inc. This file is part of GDB. @@ -45,9 +45,9 @@ etc. are doing to address these issues. */ /* For an explanation of what each signal means, see - target_signal_to_string. */ + gdb_signal_to_string. */ -enum target_signal +enum gdb_signal { #define SET(symbol, constant, name, string) \ symbol = constant,