diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-01-08 20:03:11 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-01-08 20:03:11 +0000 |
commit | 4d8f8e121a17c1fd7f114dde29490667678ccce7 (patch) | |
tree | 186b518824d082377c281eeef6ecaa359d6dc4dc /gdb/ChangeLog | |
parent | 1c3101060cb8d12b022a9475395230909cc59c03 (diff) | |
download | gdb-4d8f8e121a17c1fd7f114dde29490667678ccce7.zip gdb-4d8f8e121a17c1fd7f114dde29490667678ccce7.tar.gz gdb-4d8f8e121a17c1fd7f114dde29490667678ccce7.tar.bz2 |
* exec.c (exec_ops): Don't initialize statically.
(init_exec_ops): New function, fills in exec_ops.
(_initialize_exec): Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d30ab2a..d32c60b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ +Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com> + + * exec.c (exec_ops): Don't initialize statically. + (init_exec_ops): New function, fills in exec_ops. + (_initialize_exec): Use it. Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com) + Beta FR30 port. * fr30-tdep.c * config/fr30/tm-fr30.h |