aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-netbsd-tdep.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-16 17:39:55 -0700
committerTom Tromey <tom@tromey.com>2023-02-19 12:51:05 -0700
commit3c45e9f915ae4aeab7312d6fc55a947859057572 (patch)
treee5fb72d611406e485457ac45037a3676fa07cb45 /gdb/arm-netbsd-tdep.h
parenta4dfe747564a5728da7c79ca2be3659148c87a49 (diff)
downloadgdb-3c45e9f915ae4aeab7312d6fc55a947859057572.zip
gdb-3c45e9f915ae4aeab7312d6fc55a947859057572.tar.gz
gdb-3c45e9f915ae4aeab7312d6fc55a947859057572.tar.bz2
Convert more block functions to methods
This converts block_scope, block_set_scope, block_using, and block_set_using to be methods. These are all done at once to make it easier to also convert block_initialize_namespace at the same time. This was mostly written by script.
Diffstat (limited to 'gdb/arm-netbsd-tdep.h')
0 files changed, 0 insertions, 0 deletions
">#if !_IO_UNIFIED_JUMPTABLES new_f->fp.vtable = NULL; #endif if (_IO_file_attach (&new_f->fp.file, fd) == NULL) { _IO_un_link (&new_f->fp.file); free (new_f); return NULL; } new_f->fp.file._flags &= ~_IO_DELETE_DONT_CLOSE; new_f->fp.file._IO_file_flags = _IO_mask_flags (&new_f->fp.file, read_write, _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); return &new_f->fp.file; } #if defined PIC && DO_VERSIONING strong_alias (_IO_new_fdopen, __new_fdopen) default_symbol_version (_IO_new_fdopen, _IO_fdopen, GLIBC_2.1); default_symbol_version (__new_fdopen, fdopen, GLIBC_2.1); #else # ifdef weak_alias weak_alias (_IO_new_fdopen, _IO_fdopen) weak_alias (_IO_new_fdopen, fdopen) # endif #endif