mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Fix define in gold.h
gold/: * gold.h (Unordered_multimap, Unordered_map): Fix defines for when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* gold.h (Unordered_multimap, Unordered_map): Fix defines for
|
||||
when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
|
||||
|
||||
2010-05-18 Rafael Espindola <espindola@google.com>
|
||||
|
||||
* options.cc (General_options::finalize): Handle -nostdlib.
|
||||
|
||||
@@ -121,7 +121,7 @@ struct hash<T*>
|
||||
|
||||
#define Unordered_set std::set
|
||||
#define Unordered_map std::map
|
||||
#define Unordered_map std::multimap
|
||||
#define Unordered_multimap std::multimap
|
||||
|
||||
#define reserve_unordered_map(map, n)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user