Hello, This re-implements the internals of frame-unwind so that it uses the just added gdbarch_data_register_pre_init method. Doing this ment also changing its table data structure to a linked list (it could no longer use realloc). It makes no interface changes, committed, Andrew