diff options
author | Michael Meissner <gnu@the-meissners.org> | 1998-04-29 19:51:01 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1998-04-29 19:51:01 +0000 |
commit | 5501e8ba63427b52ea858920604130209e35c975 (patch) | |
tree | 6c89555e259621903acaed88b546345bd48ec9b7 /gas | |
parent | 92769ae9494808775025d296916bbad513a4cccc (diff) | |
download | gdb-5501e8ba63427b52ea858920604130209e35c975.zip gdb-5501e8ba63427b52ea858920604130209e35c975.tar.gz gdb-5501e8ba63427b52ea858920604130209e35c975.tar.bz2 |
Add .debugsym label which does not force a NOP after a short instruction
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 91f0412..474a942 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Wed Apr 29 15:45:57 1998 Michael Meissner <meissner@cygnus.com> + + * config/tc-m32r.c ({,expand_}debug_sym): New functions to record + and expand a 'debug' symbol associated with the next instruction + that does not cause a short instruction to be filled with a NOP. + (md_pseudo_table): Add support for .debugsym. + (assemble_parallel_insn): Add calls to expand_debug_sym as + appropriate. + (md_assemble): Ditto. + Tue Apr 28 19:16:26 1998 Tom Tromey <tromey@cygnus.com> * as.c (main): Conditionally call setlocale. |