diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-15 23:54:48 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-15 23:54:48 +0000 |
commit | 9bf9a31876ce1c8d77269cf76b1bb5062bbc6ee5 (patch) | |
tree | 6e27d1463f9031d162cfc51d8ccb2511899ab41d /gdb | |
parent | 4ed1437f34af5ba40325daf2faaffc03dd2c76c3 (diff) | |
download | gdb-9bf9a31876ce1c8d77269cf76b1bb5062bbc6ee5.zip gdb-9bf9a31876ce1c8d77269cf76b1bb5062bbc6ee5.tar.gz gdb-9bf9a31876ce1c8d77269cf76b1bb5062bbc6ee5.tar.bz2 |
* Makefile.in (init.c): Don't use -s option with grep. It means
something different under Digital Unix.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1199419..b1e50b3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Tue Oct 15 16:30:07 1996 Stu Grossman (grossman@critters.cygnus.com) + * Makefile.in (init.c): Don't use -s option with grep. It means + something different under Digital Unix. + * buildsym.c (finish_block): Treat LOC_BASEREG_ARG and LOC_LOCAL_ARG as arguments so that GDB will know about function args declared this way. Mostly affects dwarf. |