This is the mail archive of the gdb-patches@sources.redhat.com 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: RFC/gdbarch: Make OS ABI a real member of the gdbarch


I belive that both of these `= ...' can be dropped - since info.osabi is
explicitly initialized, no magic values are needed. This is also more consistent with it being a named enum.

Probably, but it's a little tricky; it's used to index an array, check
various bounds, etc.  I'm going to leave that be for now.
Ok, don't forget to clean this up though.

Andrew



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