From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: DJBARROW@de.ibm.com Cc: gdb-patches@sourceware.cygnus.com, s390-patches@gnu.org, schwidefsky@de.ibm.com, ARENZ@de.ibm.com Subject: [patch] Add predicate for EXTRACT_STRUCT_VALUE_ADDRESS; Was: New gdb 31 & 64 bit patches for S/390 Date: Fri, 15 Jun 2001 12:18:00 -0000 Message-id: <3B2A5F88.7020308@cygnus.com> References: X-SW-Source: 2001-06/msg00302.html FYI, I'm going to check in the attached cleanup. It converts EXTRACT_STRUCT_VALUE_ADDRESS into a function with predicate EXTRACT_STRUCT_VALUE_ADDRESS_P. By doing this, I've eliminated the need to add a seprate EXTRACT_STRUCT_VALUE_ADDRESS_P variable to the gdbarch vector. For reference, I've also included the relevant bits of the original patch. Andrew