mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 07:28:44 +08:00
merge from gcc
This commit is contained in:
@ -155,13 +155,7 @@ enum ld_plugin_symbol_resolution
|
|||||||
LDPR_RESOLVED_EXEC,
|
LDPR_RESOLVED_EXEC,
|
||||||
|
|
||||||
/* This symbol was resolved by a definition in a shared object. */
|
/* This symbol was resolved by a definition in a shared object. */
|
||||||
LDPR_RESOLVED_DYN,
|
LDPR_RESOLVED_DYN
|
||||||
|
|
||||||
/* This is the prevailing definition of the symbol, with no
|
|
||||||
references from regular objects. It is only referenced from IR
|
|
||||||
code, but the symbol is exported and may be referenced from
|
|
||||||
a dynamic object (not seen at link time). */
|
|
||||||
LDPR_PREVAILING_DEF_IRONLY_EXP
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* The plugin library's "claim file" handler. */
|
/* The plugin library's "claim file" handler. */
|
||||||
@ -353,8 +347,7 @@ enum ld_plugin_tag
|
|||||||
LDPT_GET_INPUT_SECTION_NAME,
|
LDPT_GET_INPUT_SECTION_NAME,
|
||||||
LDPT_GET_INPUT_SECTION_CONTENTS,
|
LDPT_GET_INPUT_SECTION_CONTENTS,
|
||||||
LDPT_UPDATE_SECTION_ORDER,
|
LDPT_UPDATE_SECTION_ORDER,
|
||||||
LDPT_ALLOW_SECTION_ORDERING,
|
LDPT_ALLOW_SECTION_ORDERING
|
||||||
LDPT_GET_SYMBOLS_V2
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* The plugin transfer vector. */
|
/* The plugin transfer vector. */
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
* testsuite/demangle-expected: Add new testcases.
|
* testsuite/demangle-expected: Add new testcases.
|
||||||
|
|
||||||
2011-09-23 Ian Lance Taylor <iant@google.com>
|
2011-09-23 Ian Lance Taylor <iant@google.com>
|
||||||
|
Pierre Vittet <piervit@pvittet.com>
|
||||||
|
|
||||||
* md5.c (md5_process_bytes): Correct handling of unaligned
|
* md5.c (md5_process_bytes): Correct handling of unaligned
|
||||||
buffer.
|
buffer.
|
||||||
|
Reference in New Issue
Block a user