47c9317 s390: Move tdesc validation to separate function

2 files Authored by Philipp Rudo 6 years ago, Committed by Andreas Arnez 6 years ago,
    s390: Move tdesc validation to separate function
    
    Simplify s390_gdbarch_init by moving the target description validation to
    a separate function.
    
    gdb/ChangeLog:
    
    	* s390-linux-tdep.c (s390_tdesc_valid): New function.
    	(s390_validate_reg_range): New macro.
    	(s390_gdbarch_init): Adjust.
    
        
file modified
+6 -0
file modified
+166 -177