This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 3/9]#2 Change target_signal_t to a struct


> I do not understand now.  The struct must be defined, not just declared.
> GDB sources use variables of its type, not just pointers to it.

Ah, yes, that's right. 

> Or do you just mean to move
> 	TARGET_SIGNAL_NUMBER
[...]
> from common/gdb_signals.h to common/signals.c and remove
> 	TARGET_SIGNAL_INITIALIZER

Given the above, I don't think this is going to be necessary.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]