diff options
| author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-28 21:46:44 +0000 |
|---|---|---|
| committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-28 21:46:44 +0000 |
| commit | a894844661b2bbe30bc777bc98bb8e269bb1eff5 (patch) | |
| tree | 1c0ac2096a78ebe3090a1c7061e1ea6c730dd758 /gcc | |
| parent | d06d4df05bf240f7a3c07a332b22c3eaa568f156 (diff) | |
| download | ppe42-gcc-a894844661b2bbe30bc777bc98bb8e269bb1eff5.tar.gz ppe42-gcc-a894844661b2bbe30bc777bc98bb8e269bb1eff5.zip | |
* xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32243 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/xcoffout.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3070518819..63afeef1312 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-02-28 Mark Mitchell <mark@codesourcery.com> + + * xcoffout.c (xcoffout_begin_function): Fix typo in previous change. + 2000-02-28 Zack Weinberg <zack@wolery.cumb.org> * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE. diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 2857af4f492..695beb6cec8 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -507,7 +507,7 @@ xcoffout_begin_function (file, last_linenum) in sdbout_begin_block, but there is no guarantee that there will be any inner block 1, so we must do it here. This gives a result similar to dbxout, so it does make some sense. */ - do_block = BLOCK_NUMBER (DECL_INITIAL (decl)); + do_block = BLOCK_NUMBER (DECL_INITIAL (current_function_decl)); xcoffout_block (DECL_INITIAL (current_function_decl), 0, DECL_ARGUMENTS (current_function_decl)); |

