]> sourceware.org Git - systemtap.git/commit
More gcc 4.5 'jump skips variable initialization' fixlets.
authorMark Wielaard <mjw@redhat.com>
Wed, 8 Jul 2009 07:38:33 +0000 (09:38 +0200)
committerMark Wielaard <mjw@redhat.com>
Wed, 8 Jul 2009 07:41:09 +0000 (09:41 +0200)
commit51305196f1d078849da1718bb6ccfbed5af182ed
tree8662c946d604e8030c7a0b6727d5c6d50f40cc28
parent6b5e36b0fe03b9be11194916c066664d98153a14
More gcc 4.5 'jump skips variable initialization' fixlets.

* tapset/ioblock.stp (__bio_start_sect): Declare, then initialize variables
  that could (through kread) take an early jump.
* tapset/nfs_proc.stp (get_prot_from_client): Likewise.
* tapset/scsi.stp (scsi_timer_pending): Likewise.
* tapset/task.stp (task_cpu): Likewise.
  (task_open_file_handles): Likewise.
tapset/ioblock.stp
tapset/nfs_proc.stp
tapset/scsi.stp
tapset/task.stp
This page took 0.026891 seconds and 5 git commands to generate.