projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a85c52
)
* config/tc-m32c.c (md_pseudo_table): Add support for .loc et al.
author
DJ Delorie
<dj@redhat.com>
Wed, 26 Nov 2008 18:44:14 +0000
(18:44 +0000)
committer
DJ Delorie
<dj@redhat.com>
Wed, 26 Nov 2008 18:44:14 +0000
(18:44 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-m32c.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index b78e7bf075cbacdb0e584d9e238eff625d54a7cd..2e6aa3560c83df70539dfbca834c0e71e70db7e8 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2008-11-26 DJ Delorie <dj@redhat.com>
+
+ * config/tc-m32c.c (md_pseudo_table): Add support for .loc et al.
+
2008-11-25 DJ Delorie <dj@redhat.com>
* config/tc-m32c.c (md_convert_frag): Fix ADJNZ reloc math.
diff --git
a/gas/config/tc-m32c.c
b/gas/config/tc-m32c.c
index ec0a80c7b0ada3e7b781ed30ea4be583c8e261ed..ab04f236cc253c4325600cdc3c95160869732c26 100644
(file)
--- a/
gas/config/tc-m32c.c
+++ b/
gas/config/tc-m32c.c
@@
-159,6
+159,9
@@
const pseudo_typeS md_pseudo_table[] =
{ "bss", s_bss, 0},
{ "3byte", cons, 3 },
{ "word", cons, 4 },
+ {"file", (void (*) (int)) dwarf2_directive_file, 0},
+ {"loc", dwarf2_directive_loc, 0},
+ {"loc_mark_labels", dwarf2_directive_loc_mark_labels, 0},
{ NULL, NULL, 0 }
};