mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
Fix indentation of lm_info_frv
This patch fixes the indentation of lm_info_frv, so that the real changes of the following patch are not lost in the reformatting. gdb/ChangeLog: * solib-frv.c (struct lm_info_frv): Fix indentation.
This commit is contained in:
parent
b091120773
commit
af43057baf
@ -1,3 +1,7 @@
|
||||
2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* solib-frv.c (struct lm_info_frv): Fix indentation.
|
||||
|
||||
2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
|
||||
|
@ -204,6 +204,7 @@ struct ext_link_map
|
||||
|
||||
struct lm_info_frv : public lm_info_base
|
||||
{
|
||||
|
||||
/* The loadmap, digested into an easier to use form. */
|
||||
struct int_elf32_fdpic_loadmap *map;
|
||||
/* The GOT address for this link map entry. */
|
||||
|
Loading…
Reference in New Issue
Block a user