aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-06-28 07:40:16 +0000
committerTristan Gingold <gingold@adacore.com>2011-06-28 07:40:16 +0000
commit4b1c4d2b6202c1701830b31d20a4a63afd0250a1 (patch)
treed7e630c9c5506f2d2cd6c8794755b97a42520cca /gas/ChangeLog
parent6d1c4efb9c89fcaca4c24f0ef0535a706136d544 (diff)
downloadgdb-4b1c4d2b6202c1701830b31d20a4a63afd0250a1.zip
gdb-4b1c4d2b6202c1701830b31d20a4a63afd0250a1.tar.gz
gdb-4b1c4d2b6202c1701830b31d20a4a63afd0250a1.tar.bz2
2011-06-28 Tristan Gingold <gingold@adacore.com>
* config/tc-alpha.c (alpha_evax_proc_hash): Remove. (alpha_evax_proc_data): New variable. (s_alpha_ent): Prevent nested function. Remove has_insert call. (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of error. Do not search in the hash table. Check if match with .ent. (s_alpha_name): Remove unused variable. (md_begin): Remove initialization of alpha_evax_proc_hash.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c0a4e39..a9092a5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,13 @@
+2011-06-28 Tristan Gingold <gingold@adacore.com>
+
+ * config/tc-alpha.c (alpha_evax_proc_hash): Remove.
+ (alpha_evax_proc_data): New variable.
+ (s_alpha_ent): Prevent nested function. Remove has_insert call.
+ (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of
+ error. Do not search in the hash table. Check if match with .ent.
+ (s_alpha_name): Remove unused variable.
+ (md_begin): Remove initialization of alpha_evax_proc_hash.
+
2011-06-27 Tristan Gingold <gingold@adacore.com>
* config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.