]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/typeprint.h: reorder struct declaration
authorLancelot SIX <lsix@lancelotsix.com>
Sat, 17 Apr 2021 11:10:23 +0000 (12:10 +0100)
committerLancelot SIX <lsix@lancelotsix.com>
Sun, 25 Apr 2021 16:55:09 +0000 (17:55 +0100)
commit18bbba46a974d8b667f9b60c5a7d41bb3cb07369
treea4b12e44320020ce5834da13326c0eed361e1d84
parentb22138f32f71d5a8d93e6409fb11f116892d544e
gdb/typeprint.h: reorder struct declaration

Move the declaration of struct type_print_raw_options before struct
print_offset_data to ease upcoming changes.  This is a helper commit
intended to make it easier to build a print_offset_data object from
configurations given by a type_print_raw_options.

gdb/ChangeLog:

* typeprint.h (struct type_print_options): Move before
  print_offset_data.
gdb/ChangeLog
gdb/typeprint.h